forked from SteamWar/SteamWar
Remove unused code
This commit is contained in:
@@ -192,7 +192,8 @@ public class TowerRunGame {
|
||||
|
||||
System.arraycopy(backupChunk.getSections(), 0, chunk.getSections(), 0, chunk.getSections().length);
|
||||
|
||||
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