summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Struct/ServerReply.elm')
-rw-r--r--src/Struct/ServerReply.elm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Struct/ServerReply.elm b/src/Struct/ServerReply.elm
index fb4967b..65fc063 100644
--- a/src/Struct/ServerReply.elm
+++ b/src/Struct/ServerReply.elm
@@ -11,8 +11,7 @@ import Struct.Player
type Type =
Okay
- | Disconnected
- | SetPlayer Struct.Player.Type
+-- | SetBattles (List, List, List)
--------------------------------------------------------------------------------
-- LOCAL -----------------------------------------------------------------------