We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd46d3 commit 9cac4c8Copy full SHA for 9cac4c8
mods/ctf/ctf_modebase/match.lua
@@ -87,7 +87,7 @@ local function start_new_match()
87
))
88
89
minetest.request_shutdown(
90
- S("Restarting server at imperator request.") .. restart_on_next_match
+ S("Restarting server at imperator request.") .. restart_on_next_match ..
91
"\n\n" .. S("Tip: Count to 15 before clicking reconnect"),
92
true, 5
93
)
0 commit comments