removed debug!

This commit is contained in:
Cheese 2015-06-18 12:04:49 +10:00
parent 6886484d79
commit 9a3a014dd5

View File

@ -187,8 +187,6 @@ public class Micro extends TeamGame
if (!UtilTime.elapsed(GetStateTime(), 10000))
return;
Announce("Removing Glass: " + _glass.size());
for (Block block : _glass)
MapUtil.QuickChangeBlockAt(block.getLocation(), Material.AIR);