removed important debug thing

This commit is contained in:
fooify 2015-11-30 19:33:03 -08:00
parent ed96c8e3b3
commit 06ef964000

View File

@ -1546,7 +1546,7 @@ public abstract class SurvivalGames extends Game
// Misc
_baseLoot.addLoot(new RandomItem(Material.EXP_BOTTLE, 30, 1, 2));
_baseLoot.addLoot(new RandomItem(Material.COMPASS, 1000));//20
_baseLoot.addLoot(new RandomItem(Material.COMPASS, 20));
_baseLoot.addLoot(new RandomItem(Material.STICK, 30, 1, 2));
_baseLoot.addLoot(new RandomItem(Material.BOAT, 15));
_baseLoot.addLoot(new RandomItem(Material.FLINT, 30, 1, 2));