Adjust the time before the player recieves kit information after death
This commit is contained in:
parent
f1b45bc29e
commit
09300b499f
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user