Increase marker visibility time to 30 seconds
This commit is contained in:
parent
67975e74c7
commit
f8b90c60a2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
-- marker, because the members in the team needn't
|
-- marker, because the members in the team needn't
|
||||||
-- be the same within an extended duration of time
|
-- be the same within an extended duration of time
|
||||||
local teams = {}
|
local teams = {}
|
||||||
local visibility_time = 10
|
local visibility_time = 30
|
||||||
|
|
||||||
-- Convenience function that returns passed
|
-- Convenience function that returns passed
|
||||||
-- string enclosed by color escape codes
|
-- string enclosed by color escape codes
|
||||||
|
|
Loading…
Reference in a new issue