Adjust the time before the player recieves kit information after death

This commit is contained in:
Sam 2017-04-23 14:41:59 +01:00
parent f1b45bc29e
commit 09300b499f

View File

@ -218,7 +218,7 @@ public class SuperSmashTraining extends SuperSmash
{ {
if (_lastDeath.containsKey(player.getUniqueId())) if (_lastDeath.containsKey(player.getUniqueId()))
{ {
return UtilTime.elapsed(_lastDeath.get(player.getUniqueId()), 2000); return UtilTime.elapsed(_lastDeath.get(player.getUniqueId()), 4000);
} }
return super.displayKitInfo(player) || !_safeFunction.apply(player); return super.displayKitInfo(player) || !_safeFunction.apply(player);