Skip to content

Commit

Permalink
Update 0002-Scatter-config-and-command.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodredX authored Aug 25, 2024
1 parent 59b39b2 commit 8da11ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches/server/0002-Scatter-config-and-command.patch
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ index 0000000000000000000000000000000000000000..970a1b160ce462b28e3714936d6b6227
+
+ public static boolean tpsCatchup;
+ private static void tpsCatchup() {
+ tpsCatchup = getBoolean("tps-catchup", true,
+ "If this setting is true, the server will run faster after a lag spike in",
+ "an attempt to maintain 20 TPS. This option (defaults to true per",
+ "spigot/paper) can cause mobs to move fast after a lag spike.");
+ tpsCatchup = getBoolean("performance.tps-catchup", true,
+ "If this setting is true,",
+ "The server will run faster after a lag spike inan attempt to maintain 20 TPS.",
+ "This option (defaults to true per (spigot/paper) can cause mobs to move fast after a lag spike.");
+ }
+
+ public static boolean enableSuffocationOptimization;
Expand Down

0 comments on commit 8da11ee

Please sign in to comment.