Revert the broken and unwanted feature 'quick and hacky way to automatically start matches'

This commit is contained in:
a-bad-dev 2026-01-05 00:56:21 -04:00 committed by GitHub
commit 1755505463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 53 deletions

View file

@ -15,7 +15,7 @@ local map_data = {
scripts = { -- "temporary" hack to ensure there's nothing on top of the map
on_start = "for x=0, 154 do\nfor y=0, 16 do\nfor z=0, 146 do\ncore.set_node({x=x,y=53+y,z=z}, {name=\"air\"})\nend\nend\nend",
on_barrier_remove = "",
on_end = "automatic_start[2] = false"
on_end = ""
}
}