PropData: Change warning to a log. Not every model has to have PropData.

This commit is contained in:
Marco Cawthorne 2024-03-04 18:42:05 -08:00
parent 649ed825ad
commit d405ff7e90
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}