From d6edd9c67773502855fd654bd9e182dec53bb8cf Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Tue, 3 Jul 2012 20:07:43 +0100 Subject: [PATCH] Added xp command to help text. --- init/msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/msm b/init/msm index ebd4ace..d287b9a 100755 --- a/init/msm +++ b/init/msm @@ -1345,7 +1345,7 @@ command_help() { echo -e " time set|add Set/increment time on a server (0-24000)" echo -e " toggledownfall Toggles rain and snow on a server" echo -e " give [amount] [data] Gives an entity to a player" - # echo -e " xp Gives XP to, or takes away (when negative) XP from, a player" + echo -e " xp Gives XP to, or takes away (when negative) XP from, a player" echo -e " save on|off Enable/disable writing world changes to file" echo -e " save all Force the writing of all non-saved world changes to file" echo -e " cmd Send a command string to the server and return"