Minor comment tweaks

This commit is contained in:
Kayne Ruse
2015-02-27 05:43:20 +11:00
parent a00ddb3142
commit cb63c9b07c
8 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ void ServerApplication::hCharacterMovement(CharacterPacket* const argPacket) {
//check if allowed
if (characterData->GetOwner() != argPacket->accountIndex && !accountData->GetModerator() && !accountData->GetAdministrator()) {
//TODO: (2) send to the client?
//TODO: (3) send to the client?
std::cerr << "Failed to set character motion due to lack of permissions targeting uid(" << argPacket->characterIndex << ")" << std::endl;
return;
}