Skip to content

Commit

Permalink
Update Administration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness6030 authored Aug 14, 2023
1 parent 652dbb5 commit 5071943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/net/Administration.java
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public static class Config{
debug = new Config("debug", "Enable debug logging.", false, () -> Log.level = debug() ? LogLevel.debug : LogLevel.info),
snapshotInterval = new Config("snapshotInterval", "Client entity snapshot interval in ms.", 200),
autoPause = new Config("autoPause", "Whether the game should pause when nobody is online.", false),
roundExtraTime = new Config("roundExtraTime", "Time before loading a new map after the gameover.", 12),
roundExtraTime = new Config("roundExtraTime", "Time before loading a new map after the gameover, in seconds.", 12),
maxLogLength = new Config("maxLogLength", "The Maximum log file size, in bytes.", 1024 * 1024 * 5);

public final Object defaultValue;
Expand Down

0 comments on commit 5071943

Please sign in to comment.