Skip to content

Commit

Permalink
Update CheatDetection.cpp (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored May 10, 2024
1 parent 9e36510 commit 4d1395e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dGame/dUtilities/CheatDetection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ bool CheatDetection::VerifyLwoobjidIsSender(const LWOOBJID& id, const SystemAddr

// This will be true if the player does not possess the entity they are trying to send a packet as.
// or if the user does not own the character they are trying to send a packet as.
if (invalidPacket) {
va_list args;
va_start(args, messageIfNotSender);
LogAndSaveFailedAntiCheatCheck(id, sysAddr, checkType, messageIfNotSender, args);
va_end(args);
}

return !invalidPacket;
}

0 comments on commit 4d1395e

Please sign in to comment.