diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-03-05 16:19:15 -0500 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-04-17 14:50:10 -0400 |
commit | 2c889a0bc06b19f5842d002f5d671aaab8c3b419 (patch) | |
tree | a04d62c61abcd6c7ddb4fd9b20e16b86b1a27d4d /NorthstarDLL/shared/exploit_fixes/ns_limits.h | |
parent | 450d0b1ed437cf37b4309af952af8904f3f07768 (diff) | |
download | NorthstarLauncher-2c889a0bc06b19f5842d002f5d671aaab8c3b419.tar.gz NorthstarLauncher-2c889a0bc06b19f5842d002f5d671aaab8c3b419.zip |
Extract ProcessConnectionlessPacket hook to separate file
Diffstat (limited to 'NorthstarDLL/shared/exploit_fixes/ns_limits.h')
-rw-r--r-- | NorthstarDLL/shared/exploit_fixes/ns_limits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/shared/exploit_fixes/ns_limits.h b/NorthstarDLL/shared/exploit_fixes/ns_limits.h index bbc0a85f..d1f7f2ed 100644 --- a/NorthstarDLL/shared/exploit_fixes/ns_limits.h +++ b/NorthstarDLL/shared/exploit_fixes/ns_limits.h @@ -46,6 +46,7 @@ class ServerLimitsManager void RemovePlayer(R2::CBaseClient* player); bool CheckStringCommandLimits(R2::CBaseClient* player); bool CheckChatLimits(R2::CBaseClient* player); + bool CheckConnectionlessPacketLimits(R2::netpacket_t* packet); }; extern ServerLimitsManager* g_pServerLimits; |