fix: do not prevent buying on fy_* maps, (fix #325)
If you need to prevent bots buying on specific map use map-cfg with yb_botbuy 0.
This commit is contained in:
parent
bb839a9c80
commit
06774a4282
4 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ CR_DECLARE_SCOPED_ENUM (MapFlags,
|
|||
Demolition = cr::bit (2),
|
||||
Escape = cr::bit (3),
|
||||
KnifeArena = cr::bit (4),
|
||||
Fun = cr::bit (5),
|
||||
FightYard = cr::bit (5),
|
||||
HasDoors = cr::bit (10), // additional flags
|
||||
HasButtons = cr::bit (11) // map has buttons
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue