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 7a585540c72c1c18ddcb45ec1caa350f1f9ce544..088670ec016514b4a7fae402d7119a6aaa491c5d 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;
|
|
+
|
|
+ }
|
|
}
|