Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jan 22, 2024
1 parent 7cca8cf commit 36f0e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public WorldChangeCrash() {
FastMath.max(config.getInt("patches.crash-exploits.prevent-fast-world-teleport-crash.teleport-delay-millis", 1000,
"Time in milliseconds until an entity can teleport to another world again."), 1)));
config.addComment("patches.crash-exploits.prevent-fast-world-teleport-crash.enable",
"Prevents dispensers from crashing the server when dispensing items out of bounds: https://www.youtube.com/watch?v=XL17P87O6xA");
"Prevents crash methods that involve very fast teleporting between different worlds in a short time.");
this.logIsEnabled = config.getBoolean("patches.crash-exploits.prevent-fast-world-teleport-crash.log", false);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public WorldChangeCrash() {
FastMath.max(config.getInt("patches.crash-exploits.prevent-fast-world-teleport-crash.teleport-delay-millis", 1000,
"Time in milliseconds until an entity can teleport to another world again."), 1)));
config.addComment("patches.crash-exploits.prevent-fast-world-teleport-crash.enable",
"Prevents dispensers from crashing the server when dispensing items out of bounds: https://www.youtube.com/watch?v=XL17P87O6xA");
"Prevents crash methods that involve very fast teleporting between different worlds in a short time.");
this.logIsEnabled = config.getBoolean("patches.crash-exploits.prevent-fast-world-teleport-crash.log", false);
}

Expand Down

0 comments on commit 36f0e90

Please sign in to comment.