Updated /god to remove fire.

This commit is contained in:
sk89q 2011-04-02 17:53:09 -07:00
parent 50870a9b32
commit 0821a08df2

View File

@ -59,6 +59,7 @@ public static void god(CommandContext args, WorldGuardPlugin plugin,
for (Player player : targets) {
config.enableGodMode(player);
player.setFireTicks(0);
// Tell the user
if (player.equals(sender)) {