summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortabascoeye2021-12-28 23:21:55 +0000
committertabascoeye2021-12-28 23:21:55 +0000
commitc976492c4c344336c653be61d22c5f80ce854a41 (patch)
treed84e3f0d3ddaa1c6f7fbcb0ef21ba70bb0b156a5
parenta129ad47dd8d4202e3e64e9868e9eba4ff004fb2 (diff)
Update CheckMap.hs to make missing back link to lobby an ERROR
-rw-r--r--lib/CheckMap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CheckMap.hs b/lib/CheckMap.hs
index 2677a30..04f3f75 100644
--- a/lib/CheckMap.hs
+++ b/lib/CheckMap.hs
@@ -93,7 +93,7 @@ runLinter isMain config tiledmap depth = MapResult
{ mapresultLayer = invertThing layer
, mapresultTileset = invertThing tileset
, mapresultGeneral =
- ([Hint Warning "main.json should link back to the lobby" | isMain && not (any linksLobby layerDeps)])
+ ([Hint Error "main.json should link back to the lobby" | isMain && not (any linksLobby layerDeps)])
<> lintsToHints (resultToLints generalResult)
, mapresultDepends = resultToDeps generalResult
<> layerDeps