|
|
@ -521,8 +521,6 @@ section MainLoop
|
|
|
|
set st
|
|
|
|
set st
|
|
|
|
match msg with
|
|
|
|
match msg with
|
|
|
|
| Message.request id method (some params) =>
|
|
|
|
| Message.request id method (some params) =>
|
|
|
|
-- TODO: What's this error message?
|
|
|
|
|
|
|
|
if method == "Game.getInteractiveGoals" then throwServerError "HELLO"
|
|
|
|
|
|
|
|
handleRequest id method (toJson params)
|
|
|
|
handleRequest id method (toJson params)
|
|
|
|
mainLoop
|
|
|
|
mainLoop
|
|
|
|
| Message.notification "exit" none =>
|
|
|
|
| Message.notification "exit" none =>
|
|
|
|