forked from SteamWar/SteamWar
Remove unused code
This commit is contained in:
@@ -84,7 +84,8 @@ public class FightWorld {
|
||||
worldChunk.heightmaps.clear();
|
||||
worldChunk.heightmaps.putAll(backupChunk.heightmaps);
|
||||
|
||||
for(Player p : Bukkit.getOnlinePlayers())
|
||||
CraftbukkitWrapper.impl.sendChunk(p, x, z);
|
||||
for(Player p : Bukkit.getOnlinePlayers()) {
|
||||
CraftbukkitWrapper.sendChunk(p, x, z);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user