mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 15:34:42 +00:00
Add some logging for suspicious HitMessages (#459)
* Add some logging for suspicious HitMessages * Add HitPositionDiscrepancyThreshold config settings * Add hit position discrepancy check to LashMessage & SplashHitMessage * Whitespace
This commit is contained in:
parent
e51e970e51
commit
11a01b038f
4 changed files with 32 additions and 5 deletions
|
|
@ -248,3 +248,12 @@ NetSim.ReorderTime = 150 milliseconds
|
|||
# yes - (Enabled)
|
||||
|
||||
Active = no
|
||||
|
||||
[antihack]
|
||||
|
||||
# HitPositionDiscrepancyThreshold (int)
|
||||
# Description: The distance (squared) threshold that triggers if the reported hit location of a shot does not match the object being hit's location on the server
|
||||
# Range: [1, 1000000]
|
||||
# Default: 10000 (sqrt 10000 = ~100 ingame units)
|
||||
|
||||
HitPositionDiscrepancyThreshold = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue