forked from townforge/townforge
game: fix ignoring flags in recommendation+custom mode
This commit is contained in:
parent
4d13e5fbe9
commit
01ba2e1d14
@ -2047,7 +2047,7 @@ bool GameState::ignore_flag(uint32_t id) const
|
||||
f = map.get_flag(id);
|
||||
if (!f)
|
||||
return false;
|
||||
return false;
|
||||
return f->ignore;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user