mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-27 02:49:19 +00:00
Disable async playerdata save temporarily
Async playerdata save may have issue in some strange circumstances
This commit is contained in:
@@ -85,7 +85,7 @@ index 0000000000000000000000000000000000000000..6f74ca2f5bdae24434255976ec24f28c
|
||||
+}
|
||||
diff --git a/src/main/java/org/dreeam/leaf/config/modules/async/AsyncPlayerDataSave.java b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncPlayerDataSave.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..f1d715723a641dc042a7f645398169e6f483700c
|
||||
index 0000000000000000000000000000000000000000..91c7bafe45ac9247b26d9781dcb6b80b92fad2b8
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncPlayerDataSave.java
|
||||
@@ -0,0 +1,20 @@
|
||||
@@ -100,7 +100,7 @@ index 0000000000000000000000000000000000000000..f1d715723a641dc042a7f645398169e6
|
||||
+ return EnumConfigCategory.ASYNC.getBaseKeyName() + ".async-playerdata-save";
|
||||
+ }
|
||||
+
|
||||
+ public static boolean enabled = true;
|
||||
+ public static boolean enabled = false;
|
||||
+
|
||||
+ @Override
|
||||
+ public void onLoaded() {
|
||||
|
||||
Reference in New Issue
Block a user