Skip to content

Commit

Permalink
increase rate limit to overcome limiter for cas offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
mullenpaul committed Dec 3, 2023
1 parent 45c2327 commit 6778063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
"1548" = "bug breaking the \"alpha\" functionality in the game, allowing clients to be able to see things/mobs they should not be able to see.",
))

#define LIMITER_SIZE 5
#define LIMITER_SIZE 12
#define CURRENT_SECOND 1
#define SECOND_COUNT 2
#define CURRENT_MINUTE 3
Expand Down

0 comments on commit 6778063

Please sign in to comment.