--- a/gameServer/Actions.hs Wed Jul 31 23:14:27 2019 +0200
+++ b/gameServer/Actions.hs Fri Jul 03 23:51:47 2020 +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