]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
made TryUnstick failure a DPrintf (like TryUnstick success is)
[xonotic/darkplaces.git] / sv_phys.c
index 4de751be5a4f4155a3cb1ac3a510dc1decece52d..8198a60e2ef1b57e25bf3679147cb40a1652c2db 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -955,7 +955,7 @@ int SV_TryUnstick (edict_t *ent, vec3_t oldvel)
 
        // still not moving
        VectorClear (ent->v->velocity);
-       Con_Printf("TryUnstick - failure.\n");
+       Con_DPrintf("TryUnstick - failure.\n");
        return 7;
 }