Skip to content

Commit

Permalink
Change contact info in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 9, 2024
1 parent 8cc7a5b commit e685ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0003-Leaf-Config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ index 0000000000000000000000000000000000000000..1d6688ecae19564f57409f0fa355fb55
+}
diff --git a/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java b/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java
new file mode 100644
index 0000000000000000000000000000000000000000..e48533d36bfd88f620aeced58936639513b1d9cc
index 0000000000000000000000000000000000000000..99277f6e1b7ee3928e4f27992b216ed3920fb406
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java
@@ -0,0 +1,110 @@
Expand All @@ -366,7 +366,7 @@ index 0000000000000000000000000000000000000000..e48533d36bfd88f620aeced589366395
+ configFile.addComments("config-version", """
+ Leaf Config
+ Github Repo: https://github.com/Winds-Studio/Leaf
+ Discord: dreeam___ | QQ: 2682173972""");
+ Discord: https://discord.com/invite/gfgAwdSEuM""");
+
+ // Pre-structure to force order
+ structureConfig();
Expand Down

0 comments on commit e685ed4

Please sign in to comment.