Skip to content

Commit

Permalink
Increase delay before game starts after restart
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Jan 8, 2024
1 parent 03a010b commit a81db99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ minetest.register_on_mods_loaded(function()
player:set_nametag_attributes({color = {a = 0, r = 255, g = 255, b = 255}, text = ""})
end)
elseif ctf_core.settings.server_mode == "play" then
minetest.after(0.2, ctf_modebase.start_new_match)
minetest.after(3, ctf_modebase.start_new_match)
end

for _, name in pairs(ctf_modebase.modelist) do
Expand Down

0 comments on commit a81db99

Please sign in to comment.