projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1addf83
)
Fix #2722 "Voting endmatch during intermission will skip the next map and go into...
author
terencehill <piuntn@gmail.com>
Thu, 21 Jul 2022 23:35:05 +0000
(
01:35
+0200)
committer
terencehill <piuntn@gmail.com>
Thu, 21 Jul 2022 23:35:05 +0000
(
01:35
+0200)
qcsrc/server/world.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/world.qc
b/qcsrc/server/world.qc
index ed51bc8082cbb3510d6a1494af4806e37dfdcdab..bd713ecd09cea6562c5f41e6eef7b06455eb7641 100644
(file)
--- a/
qcsrc/server/world.qc
+++ b/
qcsrc/server/world.qc
@@
-679,6
+679,7
@@
void InitGameplayMode()
bool world_already_spawned;
spawnfunc(worldspawn)
{
+ cvar_set("_endmatch", "0");
server_is_dedicated = boolean(stof(cvar_defstring("is_dedicated")));
if (autocvar_sv_termsofservice_url && autocvar_sv_termsofservice_url != "")