Remove scavenger kit and extra TNT message

This commit is contained in:
Spencer 2018-01-03 19:50:38 -05:00 committed by Alexander Meech
parent 71efe0503b
commit 80793702c9
1 changed files with 1 additions and 5 deletions

View File

@ -210,7 +210,7 @@ public abstract class SurvivalGames extends Game
new KitHorseman(manager),
new KitScavenger(manager)
//new KitScavenger(manager)
}, type, description);
}
@ -1970,10 +1970,6 @@ public abstract class SurvivalGames extends Game
if (!Recharge.Instance.use(player, "Throw TNT", 250, true, false))
{
UtilPlayer.message(
event.getPlayer(),
F.main(GetName(), "You cannot use " + F.item("Throw TNT")
+ " yet."));
return;
}