|
|
@ -448,8 +448,6 @@ static void INetCliAuthCreatePlayerRequestCallback ( |
|
|
|
void * param, |
|
|
|
void * param, |
|
|
|
const NetCliAuthPlayerInfo & playerInfo |
|
|
|
const NetCliAuthPlayerInfo & playerInfo |
|
|
|
) { |
|
|
|
) { |
|
|
|
REF(param); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (IS_NET_ERROR(result)) { |
|
|
|
if (IS_NET_ERROR(result)) { |
|
|
|
LogMsg(kLogDebug, L"Create player failed: %s", NetErrorToString(result)); |
|
|
|
LogMsg(kLogDebug, L"Create player failed: %s", NetErrorToString(result)); |
|
|
|
} |
|
|
|
} |
|
|
@ -522,8 +520,6 @@ static void INetCliAuthChangePasswordCallback ( |
|
|
|
ENetError result, |
|
|
|
ENetError result, |
|
|
|
void * param |
|
|
|
void * param |
|
|
|
) { |
|
|
|
) { |
|
|
|
REF(param); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (IS_NET_ERROR(result)) { |
|
|
|
if (IS_NET_ERROR(result)) { |
|
|
|
LogMsg(kLogDebug, L"Change password failed: %s", NetErrorToString(result)); |
|
|
|
LogMsg(kLogDebug, L"Change password failed: %s", NetErrorToString(result)); |
|
|
|
} |
|
|
|
} |
|
|
|