mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Fix a missing comma
This commit is contained in:
parent
2be8eea781
commit
fb95489fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ local map_data = {
|
||||||
spawn_y = nil,
|
spawn_y = nil,
|
||||||
spawn_z = nil,
|
spawn_z = nil,
|
||||||
|
|
||||||
start_time = (Amount of time in seconds before the barrier is removed)
|
start_time = (Amount of time in seconds before the barrier is removed),
|
||||||
|
|
||||||
scripts = {
|
scripts = {
|
||||||
on_start = "(Lua script to be run after /start is run, leave blank unless you know what you are doing!)",
|
on_start = "(Lua script to be run after /start is run, leave blank unless you know what you are doing!)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue