This commit is contained in:
Chiss 2013-11-24 21:44:43 +11:00
parent 83bec39aef
commit 4c7e42760b
1 changed files with 2 additions and 0 deletions

View File

@ -768,6 +768,8 @@ public class HungerGames extends SoloGame
//XXX Simply replace this line with the the Multiblocks packet.
MapUtil.SendChunkForPlayer(change.Chunk.getX(), change.Chunk.getZ(), player);
player.sendMessage("Chunk Received: " + change.Chunk.getX() + ", " + change.Chunk.getZ());
}
}