mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Revert the broken and unwanted feature 'quick and hacky way to automatically start matches'
This commit is contained in:
parent
21eeb6a92e
commit
1755505463
3 changed files with 32 additions and 53 deletions
|
|
@ -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 = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue