Don't send duplicate messages for Gamemode and Time commands.

Gamemode gets sent with the packet.
This commit is contained in:
feildmaster
2012-08-06 11:29:38 -05:00
parent 09ef15e950
commit ebb4362cf6
2 changed files with 0 additions and 4 deletions

View File

@@ -62,8 +62,6 @@ public class GameModeCommand extends VanillaCommand {
} else {
Command.broadcastCommandMessage(sender, "Set " + player.getName() + "'s game mode to" + mode.toString() + " mode", false);
}
player.sendMessage("Your game mode has been changed");
}
} else {
sender.sendMessage(player.getName() + " already has game mode " + mode.getValue());