Skip to content

Commit

Permalink
Update loader/src/main/java/net/neoforged/fml/config/ModConfig.java
Browse files Browse the repository at this point in the history
Co-authored-by: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com>
  • Loading branch information
TelepathicGrunt and Matyrobbrt committed Jun 2, 2024
1 parent 44b295d commit 7ed145b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loader/src/main/java/net/neoforged/fml/config/ModConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ public enum Type {
*/
SERVER,
/**
* Startup config is for configuration that needs to run as early as possible.
* Only loaded right after the config are registered to FML.
* Please know what you are doing as using these configs to enable/disable registration and other specific stuff
* can cause clients to have issues connecting to servers with a different Startup config value.
* Startup configs are for configurations that need to run as early as possible.
* Loaded as soon as the config is registered to FML.
* Please be aware when using them, as using these configs to enable/disable registration and anything that must be present on both sides
* can cause clients to have issues connecting to servers with different config values.
* Stored in the global config directory.
* Not synced.
* Suffix is "-startup" by default.
Expand Down

0 comments on commit 7ed145b

Please sign in to comment.