Skip to content

Commit

Permalink
Fix packetfly config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moom0o committed Feb 14, 2021
1 parent fd0a8f2 commit e91618b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.moomoo</groupId>
<artifactId>anarchyexploitfixes</artifactId>
<version>17.0</version>
<version>17.0.1</version>
<packaging>jar</packaging>

<name>AnarchyExploitFixes</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ PatchPacketElytraFly: false
MaxElytraOpensPer10Seconds: 25 # Will only allow players to go about 85km/h on kami blue, and won't even work on rusherhack.

# Patch future/rusher packet fly
PatchPacketFly: true
PreventPacketFly: true
# Max teleport packets per 10 seconds, this is how the packet fly works, 25 is usually fine, if you go lower players may get stuck.
MaxTeleportPacketsPer10Seconds: 25
LogPacketFlyEvents: true
Expand Down

0 comments on commit e91618b

Please sign in to comment.