X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qc;h=48da1b5dc9bfa6e09092a6876bf31d5bdf744f10;hp=26cead4cc5c6941805e5a05a7db4660738cd4015;hb=be996f9b9d67ebbb153442b7e077253de6da798c;hpb=6551e487a054a2507c0bb48c2efc3e73713e1e9a diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 26cead4cc..48da1b5dc 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -2214,6 +2214,11 @@ void Shutdown() if(world_initialized > 0) { world_initialized = 0; + + // if a timeout is active, reset the slowmo value to normal + if(timeout_status == TIMEOUT_ACTIVE) + cvar_set("slowmo", ftos(orig_slowmo)); + LOG_TRACE("Saving persistent data..."); Ban_SaveBans();