]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
mode "developer -1" that behaves like old "developer 0" (also suppresses logging...
[xonotic/darkplaces.git] / sv_main.c
index fb0be74065f0260c084673b419664649fbc13eb5..40d7e6dde3027da56593fb8331873e83b6505dc9 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -3090,7 +3090,7 @@ void SV_SpawnServer (const char *server)
        // free q3 shaders so that any newly downloaded shaders will be active
        Mod_FreeQ3Shaders();
 
-       worldmodel = Mod_ForName(modelname, false, developer.integer != 0, NULL);
+       worldmodel = Mod_ForName(modelname, false, developer.integer > 0, NULL);
        if (!worldmodel || !worldmodel->TraceBox)
        {
                Con_Printf("Couldn't load map %s\n", modelname);