]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
fix a typo
[xonotic/darkplaces.git] / sv_main.c
index 68001f50da37b51c80fecaf606be766f66ace1e8..74457fec038aa437bf01733e99bd982a517223c7 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -3108,6 +3108,8 @@ void SV_SpawnServer (const char *server)
                return;
        }
 
+       Collision_Cache_Reset(true);
+
        // let's not have any servers with no name
        if (hostname.string[0] == 0)
                Cvar_Set ("hostname", "UNNAMED");