Skip to content
Snippets Groups Projects
Commit eeb17988 authored by stuebinm's avatar stuebinm
Browse files

Merge branch 'tabascoeye-main-patch-92942' into 'main'

Update CheckMap.hs to make missing back link to lobby an ERROR

See merge request !7
parents bfe19c53 c976492c
No related branches found
No related tags found
1 merge request!7Update CheckMap.hs to make missing back link to lobby an ERROR
Pipeline #13296 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment