Skip to content

Commit ea063fe

Browse files
committed
up
1 parent b5f79f4 commit ea063fe

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed
140 Bytes
Binary file not shown.

Assets/Scripts/UI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public void onCreateAccountResult(UInt16 retcode, byte[] datas)
283283
{
284284
if(retcode != 0)
285285
{
286-
err("createAccount is error(注册账号错误)! errcode(错误码)=" + KBEngineApp.app.mercuryErr(retcode));
286+
err("createAccount is error(注册账号错误)! errcode(错误码)=" + KBEngineApp.app.serverErr(retcode));
287287
return;
288288
}
289289

Library/CurrentLayout.dwlt

-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Library/assetDatabase3

0 Bytes
Binary file not shown.
72 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)