mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
Fix /purpur reload not reloading world options
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 32bf5f46921685a320bdae7baebf60ab446c963d Mon Sep 17 00:00:00 2001
|
||||
From 93184f0c69419be53e1cf8107e683b3f0196b361 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Fri, 23 Aug 2019 20:57:29 -0500
|
||||
Subject: [PATCH] Implement bamboo growth settings
|
||||
@@ -67,10 +67,10 @@ index 02c548dd9c..e4693fb27d 100644
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 0764be9d1a..8915bc9ea8 100644
|
||||
index 4072aac8e4..c6ff074b14 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -67,6 +67,13 @@ public class PurpurWorldConfig {
|
||||
@@ -63,6 +63,13 @@ public class PurpurWorldConfig {
|
||||
editableSigns = getBoolean("editable-signs", editableSigns);
|
||||
}
|
||||
|
||||
@@ -85,5 +85,5 @@ index 0764be9d1a..8915bc9ea8 100644
|
||||
private void campfireObeysGravity() {
|
||||
campfireObeysGravity = getBoolean("campfire-obeys-gravity", campfireObeysGravity);
|
||||
--
|
||||
2.24.0.rc1
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user