This repository has been archived by the owner on May 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,7 +141,7 @@ static void loadComments() { | |
c.addComment("settings.tile-entity-ticking-time", "Ticking time (20 ticks per second) for usage on tile entity operations."); | ||
c.addComment("settings.item-dirty-ticks", "Controls the interval for the item-dirty check. Minecraft checks an item every tick to see if it was changed. This can be expensive because it also needs to check all NBT data. Spigot only checks for basic count/data/type data and does a deep check every 20 ticks by default."); | ||
c.addComment("settings.use-tcp-fastopen", "Enables the TCP_FASTOPEN socket option"); | ||
c.addComment("settings.lag-compensated-potions", "Enables lag compesation throwing potions"); | ||
c.addComment("settings.lag-compensated-potions", "Enables lag compensation throwing potions"); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Sculas
Author
Collaborator
|
||
c.addComment("settings.smooth-potting", "Make potion throwing smoother"); | ||
NachoWorldConfig.loadComments(); | ||
} | ||
|
@@ -361,7 +361,7 @@ private static void enableFastMath() { | |
enableFastMath = getBoolean("settings.enable-fastmath", false); | ||
} | ||
|
||
public static int tileEntityTickingTime = 20; // required to be initialized so tests don't fail | ||
public static int tileEntityTickingTime = 20; | ||
|
||
private static void tileEntityTickingTime() { | ||
tileEntityTickingTime = getInt("settings.tile-entity-ticking-time", 20); | ||
|
not "compensated"?