From f8b90c60a2d449c1b78ec9440b38bd3017ff1f7a Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Mon, 11 Mar 2019 19:55:26 +0100 Subject: [PATCH] Increase marker visibility time to 30 seconds --- mods/ctf/ctf_marker/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_marker/init.lua b/mods/ctf/ctf_marker/init.lua index 830612f..f386ff0 100644 --- a/mods/ctf/ctf_marker/init.lua +++ b/mods/ctf/ctf_marker/init.lua @@ -2,7 +2,7 @@ -- marker, because the members in the team needn't -- be the same within an extended duration of time local teams = {} -local visibility_time = 10 +local visibility_time = 30 -- Convenience function that returns passed -- string enclosed by color escape codes