Increase marker visibility time to 30 seconds

This commit is contained in:
Thomas--S 2019-03-11 19:55:26 +01:00 committed by rubenwardy
parent 67975e74c7
commit f8b90c60a2

View file

@ -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