24 lines
904 B
Diff
24 lines
904 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: IPECTER <ipectert@gmail.com>
|
|
Date: Sun, 26 Mar 2023 16:20:13 +0900
|
|
Subject: [PATCH] FixMySpawnR Configuration
|
|
|
|
|
|
diff --git a/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java b/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java
|
|
index 17454a128f7ef53428920f95e4709180fd8efb32..39eca4acefa8f9cf143398cfc6cf157e8489947e 100644
|
|
--- a/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java
|
|
+++ b/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java
|
|
@@ -61,4 +61,12 @@ public class GlobalConfiguration extends ConfigurationPart {
|
|
}
|
|
|
|
}
|
|
+
|
|
+ public FixMySpawnR fixMySpawnR;
|
|
+ public class FixMySpawnR extends ConfigurationPart {
|
|
+
|
|
+ public boolean enabled = DO_OPTIMIZE;
|
|
+ public int timerTimeOut = 0;
|
|
+
|
|
+ }
|
|
}
|