Merge pull request #316 from AttorneyOnline/chatpatches

Don't allow exploit to change background
This commit is contained in:
stonedDiscord 2022-12-17 11:59:54 +01:00 committed by GitHub
commit 0bff28cf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ AOPacket *PacketMS::validateIcPacket(AOClient &client) const
l_args.append(l_incoming_args[5].toString());
if (client.m_pos != l_incoming_args[5].toString()) {
client.m_pos = l_incoming_args[5].toString();
client.m_pos.replace("../", "").replace("..\\", "");
client.updateEvidenceList(client.getServer()->getAreaById(client.m_current_area));
}