From 09300b499f3d5890348641faed77e2c9a17df121 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 23 Apr 2017 14:41:59 +0100 Subject: [PATCH] Adjust the time before the player recieves kit information after death --- .../game/arcade/game/games/smash/SuperSmashTraining.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/smash/SuperSmashTraining.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/smash/SuperSmashTraining.java index 514e60b7d..6eeb2b6a8 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/smash/SuperSmashTraining.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/smash/SuperSmashTraining.java @@ -218,7 +218,7 @@ public class SuperSmashTraining extends SuperSmash { 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);