mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-22 09:11:33 +00:00
game: show values for unknow fields
This commit is contained in:
parent
31ace1fa5a
commit
18d0310e4b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue