]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
fixed very annoying '5 second timeout' bug in Host_ShutdownServer (the local client...
[xonotic/darkplaces.git] / model_shared.c
index 1fb1102cbea40b71fbf79afbc7f6a161449b756d..369802d5a76536b3eff49993dddc6f97ab2d8039 100644 (file)
@@ -337,8 +337,8 @@ void Mod_CheckLoaded(model_t *mod)
                        Mod_LoadModel(mod, true, true, mod->isworldmodel);
                else
                {
-                       if (mod->type == mod_invalid)
-                               Host_Error("Mod_CheckLoaded: invalid model\n");
+                       //if (mod->type == mod_invalid)
+                       //      Host_Error("Mod_CheckLoaded: invalid model\n");
                        mod->used = true;
                        return;
                }