Code cleanup, fixed doors, chunk entity fetching

By: Tahg <tahgtahv@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2011-03-11 16:25:35 -05:00
parent ff806bfa66
commit a7ed1c966b
9 changed files with 36 additions and 32 deletions

View File

@@ -118,7 +118,7 @@ public final class CraftServer implements Server {
found = player;
delta = curDelta;
}
if(curDelta == 0) break;
if (curDelta == 0) break;
}
}
return found;