Compare commits

..

1 Commits

Author SHA1 Message Date
Not
017794c554 v1.2.11 2022-03-28 13:13:00 +02:00

View File

@ -121,6 +121,10 @@ end
local function retry(player, ...)
if doyoudare(player) then
-- Prevents bind crash
if leveltime < 15 then
return
end
COM_BufInsertText(server, "map " + G_BuildMapName(gamemap))
end
end
@ -143,6 +147,9 @@ local function changelevel(player, ...)
if not doyoudare(player) then
return
end
if leveltime < 15 then
return
end
local map = ...
if map == nil then