gameServer/Actions.hs
changeset 15408 d9a12aba5c05
parent 14905 6b591186ab10
child 15699 27eb5abd5058
--- 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