Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Japanese game fails to end by tenpai #55

Open
0spooky opened this issue Jan 29, 2018 · 1 comment
Open

Japanese game fails to end by tenpai #55

0spooky opened this issue Jan 29, 2018 · 1 comment
Labels

Comments

@0spooky
Copy link
Contributor

0spooky commented Jan 29, 2018

Issue associated with #39

@0spooky 0spooky added the bug label Jan 29, 2018
@Redorangegamez
Copy link
Contributor

Should be easy fix. Remove lines 1520-1523 and put them after the

// If game ending conditions are met, do not allow more hand submissions and allow game submission
if (GameRecordUtils.japaneseGameOver(handType)) {
$( event.target ).addClass( "disabled");
$( ".submit_game_button" ).removeClass( "disabled" );
}

(currently on lines 669-673). Will have to store the game after these lines as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants