|
|
@ -432,8 +432,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)); |
|
|
|
} |
|
|
|
} |
|
|
@ -506,8 +504,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)); |
|
|
|
} |
|
|
|
} |
|
|
|