Fix: do not edit player enter code if player name and enter code are same

This commit is contained in:
2019-03-17 22:42:08 +09:00
parent 9053238457
commit 1c734a2871
2 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ var Setup = {
}).bind(this),
(function(jsonData) {
// this.loginFailed(jsonData);
this.showInfoText("입장번호 변경에 실패하였습니다.")
this.showInfoText(jsonData["error"]);
}).bind(this)
);
},