--- a/gameServer/Actions.hs Sun Sep 15 21:36:09 2019 +0200
+++ b/gameServer/Actions.hs Sun Sep 15 21:48:13 2019 +0200
@@ -870,8 +870,8 @@
processAction (CheckSuccess _) = return ()
processAction (QueryReplay _) = processAction $ Warning $ loc "This server does not support replays!"
processAction (ShowReplay rname) = return ()
-processAction (SaveRoom rname) = return ()
-processAction (LoadRoom rname) = return ()
+processAction (SaveRoom rname) = return () -- TODO: Send warning that this command is unsupported
+processAction (LoadRoom rname) = return () -- TODO: Send warning that this command is unsupported
#endif
processAction Cleanup = do