forked from SteamWar/SteamWar
Add sout
This commit is contained in:
@@ -70,6 +70,7 @@ public class IngameListener extends GameStateBukkitListener {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
List<Pos> posList = blocksToMelt.remove(time);
|
List<Pos> posList = blocksToMelt.remove(time);
|
||||||
|
System.out.println(blocksToMelt.size() + (posList != null ? 1 : 0) + " " + (posList != null ? posList.size() : "<EMPTY>"));
|
||||||
time++;
|
time++;
|
||||||
if (posList == null) {
|
if (posList == null) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user