Skip to content

Commit

Permalink
Increase threshold to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Feb 24, 2024
1 parent 614734a commit fc8b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ constexpr size_t NumHotkeys = 12;

// PVP REBALANCE: The percentage of diagonal movements that _pMovements reaches to take punitive action against that player in the arena.
constexpr int16_t DiawalkDamageThreshold = 80;
constexpr int8_t MaxMovementHistory = 20;
constexpr int8_t MaxMovementHistory = 50;

/** Walking directions */
enum {
Expand Down

0 comments on commit fc8b966

Please sign in to comment.