From d405ff7e9072450e164ff7d92657b737443d2e2e Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 4 Mar 2024 18:42:05 -0800 Subject: [PATCH] PropData: Change warning to a log. Not every model has to have PropData. --- src/shared/propdata.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/propdata.qc b/src/shared/propdata.qc index d4a5b049..1d49f1d1 100644 --- a/src/shared/propdata.qc +++ b/src/shared/propdata.qc @@ -326,7 +326,7 @@ PropData_ForModel(string modelname) if (fh < 0) { g_propdata_count--; - NSWarning("No PropData for model %S", modelname); + NSLog("No PropData for model %S", modelname); return -1; }