Commit 412b875 1 parent 8443c3f commit 412b875 Copy full SHA for 412b875
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function music.isInGame()
85
85
return true
86
86
end
87
87
if memory .menu_major == MENU_VS_MODE then
88
- return memory .menu_minor == MENU_VS_INGAME and not memory . match . finished
88
+ return memory .menu_minor == MENU_VS_INGAME
89
89
end
90
90
if memory .menu_major >= MENU_TRAINING_MODE and memory .menu_major <= MENU_STAMINA_MODE or memory .menu_major == MENU_FIXED_CAMERA_MODE then
91
91
return memory .menu_minor == MENU_TRAINING_INGAME
@@ -155,7 +155,7 @@ function music.isInMenus()
155
155
return memory .menu_minor == MENU_CLASSIC_CSS
156
156
end
157
157
if memory .menu_major == MENU_TARGET_TEST then
158
- return memory .menu_minor == MENU_TARGET_TEST_CSSS
158
+ return memory .menu_minor == MENU_TARGET_TEST_CSS
159
159
end
160
160
if memory .menu_major >= MENU_SUPER_SUDDEN_DEATH and memory .menu_major <= MENU_LIGHTNING_MELEE then
161
161
return memory .menu_minor == MENU_SSD_CSS or memory .menu_minor == MENU_SSD_SSS
You can’t perform that action at this time.
0 commit comments