diff -r 895b02e78564 -r d9a12aba5c05 gameServer/CommandHelp.hs --- a/gameServer/CommandHelp.hs Sun Sep 15 21:36:09 2019 +0200 +++ b/gameServer/CommandHelp.hs Sun Sep 15 21:48:13 2019 +0200 @@ -70,9 +70,12 @@ loc "/fix: Force this room to stay open when it is empty", loc "/unfix: Undo the /fix command", loc "/save : Add current room configuration as votable choice for /callvote map", - loc "/delete : Delete a votable room configuration", + loc "/delete : Delete a votable room configuration" +#if defined(OFFICIAL_SERVER) + , loc "/saveroom : Save all votable room configurations (and the greeting) of this room into a file", loc "/loadroom : Load votable room configurations (and greeting) from a file" +#endif ] cmdHelpHeaderLobby :: [B.ByteString]