1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-01 01:20:39 -05:00

Add get_gamemode_display_name level var

This commit is contained in:
Jbleezy
2023-04-29 06:46:12 -07:00
parent db21b8cdb7
commit 77bb779725

View File

@ -88,6 +88,7 @@ init()
level.autoassign = scripts\zm\replaced\_globallogic_ui::menuautoassign; level.autoassign = scripts\zm\replaced\_globallogic_ui::menuautoassign;
level.custom_spectate_permissions = undefined; level.custom_spectate_permissions = undefined;
level.get_gamemode_display_name_func = ::get_gamemode_display_name;
level.is_respawn_gamemode_func = ::is_respawn_gamemode; level.is_respawn_gamemode_func = ::is_respawn_gamemode;
level.round_start_wait_func = ::round_start_wait; level.round_start_wait_func = ::round_start_wait;
level.increment_score_func = ::increment_score; level.increment_score_func = ::increment_score;