]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_edict.c
mode "developer -1" that behaves like old "developer 0" (also suppresses logging...
[xonotic/darkplaces.git] / prvm_edict.c
index 730a2a990793ce074c4b235d3b002d1f5a51c455..56a1e3f400219b15af2753006ade47e4f816b3a9 100644 (file)
@@ -1486,7 +1486,7 @@ void PRVM_ED_LoadFromFile (const char *data)
                                }
                                else
                                {
-                                       if (developer.integer) // don't confuse non-developers with errors
+                                       if (developer.integer > 0) // don't confuse non-developers with errors
                                        {
                                                Con_Print("No spawn function for:\n");
                                                PRVM_ED_Print(ent, NULL);