nav: re-added goal history for a round in some reworked way
This commit is contained in:
parent
e24db4c27d
commit
04503963c5
6 changed files with 42 additions and 15 deletions
|
|
@ -211,7 +211,7 @@ int BotControl::cmdCvars () {
|
|||
}
|
||||
|
||||
for (const auto &cvar : game.getCvars ()) {
|
||||
if (cvar.info.empty ()) {
|
||||
if (cvar.info.empty () || !cvar.self || !cvar.self->ptr) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue