mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
Diner: disable out of playable area zones
This commit is contained in:
@ -108,6 +108,8 @@ precache()
|
||||
|
||||
main()
|
||||
{
|
||||
level.zones["zone_diner_roof"].is_enabled = 0;
|
||||
level.zones["zone_trans_diner2"].is_enabled = 0;
|
||||
treasure_chest_init();
|
||||
init_wallbuys();
|
||||
init_barriers();
|
||||
|
Reference in New Issue
Block a user