Skip to content

Commit

Permalink
Update BannerConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
windy664 authored Nov 24, 2024
1 parent 81ce846 commit 4f8947c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private static double getDouble(String path, double def)
public static boolean velocityEnabled;
public static String velocitySecret;
public static double WatchDogTimeOut;
public static String Watchdogtimetodo;
public static boolean spawnForChunk;
public static boolean NoRaining;

Expand Down Expand Up @@ -176,5 +177,6 @@ private static void banner() {

networkmanager_debug = getBoolean("networkmanager.debug", false);
networkmanager_intercept = getList("networkmanager.intercept", Collections.emptyList());
Watchdogtimetodo = getString("Watchdogtimetodo", "restart");
}
}

0 comments on commit 4f8947c

Please sign in to comment.