mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-01-17 00:04:52 -05:00
Merge branch 'testing'
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user