Expose API for managing and using GameRules. Adds BUKKIT-2757

This commit is contained in:
feildmaster
2012-10-30 21:24:48 -05:00
committed by EvilSeph
parent 59dc403a61
commit 9e4e2c62af
3 changed files with 42 additions and 14 deletions

View File

@@ -767,11 +767,12 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
explosion.b = flag1;
explosion.a();
explosion.a(false);
*/
// CraftBukkit end - TODO: Check if explosions are still properly implemented
if (!flag1) {
explosion.blocks.clear();
}
*/
// CraftBukkit end - TODO: Check if explosions are still properly implemented
Iterator iterator = this.players.iterator();