summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-03-15 23:10:22 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-03-15 23:10:22 +0100
commita3c380b2813c9928a2ee600c276295c7803e9e66 (patch)
tree825d2ce62f4bb223bd26e9441f266a29fa61f0d0 /src/map-editor/src/Comm/Okay.elm
parent0a2aa713a3e9babfeab8be394cd7066265184458 (diff)
Got everything to compile again.
Diffstat (limited to 'src/map-editor/src/Comm/Okay.elm')
-rw-r--r--src/map-editor/src/Comm/Okay.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/src/Comm/Okay.elm b/src/map-editor/src/Comm/Okay.elm
index ca7a2eb..3d29375 100644
--- a/src/map-editor/src/Comm/Okay.elm
+++ b/src/map-editor/src/Comm/Okay.elm
@@ -3,7 +3,7 @@ module Comm.Okay exposing (decode)
-- Elm -------------------------------------------------------------------------
import Json.Decode
--- Battlemap -------------------------------------------------------------------
+-- Local Module ----------------------------------------------------------------
import Struct.ServerReply
--------------------------------------------------------------------------------