1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 07:37:56 -05:00

Diner: disable out of playable area zones

This commit is contained in:
Jbleezy
2023-04-29 22:46:06 -07:00
parent ee2012ae9e
commit 9fedc136d9

View File

@ -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();