Added commented out chunk change stuff.

This commit is contained in:
Jonathan Williams 2013-11-24 15:22:29 -08:00
parent e2646a982f
commit 2ebf13aba6
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ public class HungerGames extends SoloGame
boolean added = false;
for (ChunkChange change : _redChunks.get(player))
{
if (change.Chunk.equals(loc.getChunk()))
if (change.Chunk.equals(loc.getChunk()) /* XXX && change.DirtyCount < 63*/)
{
change.AddChange(loc, id, data);
added = true;