Fixed player stats not opening from the WR submenu.

This commit is contained in:
shavitush 2017-07-15 11:57:47 +03:00
parent 481fcbebd0
commit b585e80bc7

View File

@ -1407,7 +1407,7 @@ public int SubMenu_Handler(Menu m, MenuAction action, int param1, int param2)
{ {
case 0: case 0:
{ {
Shavit_OpenStatsMenu(param1, sInfo); Shavit_OpenStatsMenu(param1, sExploded[1]);
} }
case 1: case 1: