gameServer/CommandHelp.hs
changeset 15408 d9a12aba5c05
parent 13847 1738ae8c8e75
--- 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 <config ID> <config name>: Add current room configuration as votable choice for /callvote map",
-    loc "/delete <config ID>: Delete a votable room configuration",
+    loc "/delete <config ID>: Delete a votable room configuration"
+#if defined(OFFICIAL_SERVER)
+    ,
     loc "/saveroom <file name>: Save all votable room configurations (and the greeting) of this room into a file",
     loc "/loadroom <file name>: Load votable room configurations (and greeting) from a file"
+#endif
     ]
 
 cmdHelpHeaderLobby :: [B.ByteString]