diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CheckMap.hs | 2 |
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 |