Skip to content

Commit

Permalink
fix: 🐛fix of fix Random Patches timeouts
Browse files Browse the repository at this point in the history
Forgot to add third `true` to actually enable option
  • Loading branch information
Krutoy242 committed Feb 5, 2024
1 parent a08e64a commit 1ee1765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/randompatches.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ misc {

# Set this to false to disable the NetHandlerPlayServer patches (the speed limits and disconnect timeouts).
# Default: true
B:patchNetHandlerPlayServer=false
B:patchNetHandlerPlayServer=true

# Whether to patch the packet size limit.
# Default: true
Expand Down

0 comments on commit 1ee1765

Please sign in to comment.