Closed hidacow closed 3 weeks ago
The GameMode for 3p is 11(tonpuu) and 12(hanchan), while the current parser only considers gamemodes in 4p(which is 1 for tonpuu and 2 for hanchan), and skips parsing for 3p games.
11
12
1
2
This PR fixes the issue for rule disp for 3p, eg. 三王座の間南喰赤 for
三王座の間南喰赤
GameConfig { category: 2, mode: GameMode { mode: 12, detail_rule: GameDetailRule {} }, meta: GameMetaData { mode_id: 26 } }
The GameMode for 3p is
11
(tonpuu) and12
(hanchan), while the current parser only considers gamemodes in 4p(which is1
for tonpuu and2
for hanchan), and skips parsing for 3p games.This PR fixes the issue for rule disp for 3p, eg.
三王座の間南喰赤
for