|
|
@ -473,7 +473,7 @@ export class TeenpattieGameProxySystem extends Component { |
|
|
|
private onPlayerOut(value: any) { |
|
|
|
// let index:number = this.getPlayerIndex(value.data.seatId)
|
|
|
|
if(value.code == gameErrorCode.ErrDoNotExitMidway){ |
|
|
|
window["Toast"]?.getInstance().showToast("game.tip.autoExit"); |
|
|
|
window["Toast"]?.getInstance().showToast(Game10001Res.getInstance()?.getString("game.tip.autoExit")); |
|
|
|
return; |
|
|
|
} |
|
|
|
const index:number = value.data.seatId; |
|
|
|