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 2033c7ff519e30f507e6535004687eb49c08c33b..b2c9ac1947e6c9ad0e693cfeaf6f2f4bfd521aa0 100644
|
|
--- a/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java
|
|
+++ b/src/main/java/org/plazmamc/plazma/configurations/GlobalConfiguration.java
|
|
@@ -62,4 +62,12 @@ public class GlobalConfiguration extends ConfigurationPart {
|
|
}
|
|
|
|
}
|
|
+
|
|
+ public FixMySpawnR fixMySpawnR;
|
|
+ public class FixMySpawnR extends ConfigurationPart {
|
|
+
|
|
+ public boolean enabled = DO_OPTIMIZE;
|
|
+ public int timerTimeOut = 0;
|
|
+
|
|
+ }
|
|
}
|