Changed /god to mention /ungod.

This commit is contained in:
sk89q 2011-04-02 17:05:11 -07:00
parent 5010d35ff3
commit c0be10ad94

View File

@ -62,7 +62,7 @@ public static void god(CommandContext args, WorldGuardPlugin plugin,
// Tell the user
if (player.equals(sender)) {
player.sendMessage(ChatColor.YELLOW + "God mode enabled!");
player.sendMessage(ChatColor.YELLOW + "God mode enabled! Use /ungod to disable.");
// Keep track of this
included = true;