From 0fbb6c7d477af5f17c0a44f6c965a27c4cd49ffa Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 11 Aug 2012 22:26:23 +0100 Subject: [PATCH] Add output for 1.3 gamemode command --- versioning/minecraft/1.3.0.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioning/minecraft/1.3.0.sh b/versioning/minecraft/1.3.0.sh index a8cd5bf..11a3fd2 100644 --- a/versioning/minecraft/1.3.0.sh +++ b/versioning/minecraft/1.3.0.sh @@ -5,7 +5,8 @@ extends "minecraft/1.2.0" console_command GAMEMODE "gamemode " \ "That player cannot be found" \ "The number you have entered () is too big, it must be at most 2" \ - "The number you have entered () is too small, it must be at least 0" + "The number you have entered () is too small, it must be at least 0" \ + "'' is not a valid number" console_command KICK "kick " \ "Kicked from the game" \