This commit is contained in:
DarthArgus
2017-01-09 17:01:40 +00:00
parent 39d77b6f72
commit 1badfc26ad

View File

@@ -945,10 +945,6 @@ void Client::receiveClientMessage(const GameNetworkMessage &message) {
}
}
}
if (!appended) {
delete o.getData();
}
} else {
// log as a likely hack
LOG("HackAttempts", ("Unauthorized Controller Message: Player %s at %s sent an unauthorized controller message %d for object %s", PlayerObject::getAccountDescription(getCharacterObjectId()).c_str(), getIpAddress().c_str(), o.getMessage(), o.getNetworkId().getValueString().c_str()));