removed important debug thing
This commit is contained in:
parent
ed96c8e3b3
commit
06ef964000
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user