From fb95489fb08b9100673a98887d390a1d75c36b7b Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Wed, 24 Dec 2025 03:35:11 -0400 Subject: [PATCH] Fix a missing comma --- mods/game/maps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/game/maps/README.md b/mods/game/maps/README.md index 8bf3fc5..6d13216 100644 --- a/mods/game/maps/README.md +++ b/mods/game/maps/README.md @@ -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!)",