Fix: do not edit player enter code if player name and enter code are same
This commit is contained in:
@@ -162,7 +162,7 @@ var Setup = {
|
||||
}).bind(this),
|
||||
(function(jsonData) {
|
||||
// this.loginFailed(jsonData);
|
||||
this.showInfoText("입장번호 변경에 실패하였습니다.")
|
||||
this.showInfoText(jsonData["error"]);
|
||||
}).bind(this)
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user