Fix a missing comma

This commit is contained in:
a-bad-dev 2025-12-24 03:35:11 -04:00 committed by GitHub
commit fb95489fb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ local map_data = {
spawn_y = 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 = {
on_start = "(Lua script to be run after /start is run, leave blank unless you know what you are doing!)",