game: show values for unknow fields

This commit is contained in:
Denis Pauk 2024-04-04 00:30:56 +03:00
parent 31ace1fa5a
commit 18d0310e4b

View file

@ -251,7 +251,7 @@ ED_ParseField(const char *key, const char *value, edict_t *ent)
} }
} }
gi.dprintf("%s is not a field\n", key); gi.dprintf("%s is not a field. (value is %s)\n", key, value);
} }
/* /*