summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldData.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/WorldData.patch')
-rw-r--r--nms-patches/WorldData.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/nms-patches/WorldData.patch b/nms-patches/WorldData.patch
index 83b28f66..d81876aa 100644
--- a/nms-patches/WorldData.patch
+++ b/nms-patches/WorldData.patch
@@ -20,7 +20,7 @@
protected WorldData() {
this.f = WorldType.NORMAL;
-@@ -437,6 +443,18 @@
+@@ -437,6 +443,16 @@
}
public void setThundering(boolean flag) {
@@ -32,14 +32,12 @@
+ if (thunder.isCancelled()) {
+ return;
+ }
-+
-+ setThunderDuration(0); // Will force a time reset
+ }
+ // CraftBukkit end
this.v = flag;
}
-@@ -453,6 +471,18 @@
+@@ -453,6 +469,16 @@
}
public void setStorm(boolean flag) {
@@ -51,14 +49,12 @@
+ if (weather.isCancelled()) {
+ return;
+ }
-+
-+ setWeatherDuration(0); // Will force a time reset
+ }
+ // CraftBukkit end
this.t = flag;
}
-@@ -598,6 +628,12 @@
+@@ -598,6 +624,12 @@
public void setDifficulty(EnumDifficulty enumdifficulty) {
this.C = enumdifficulty;
@@ -71,7 +67,7 @@
}
public boolean isDifficultyLocked() {
-@@ -716,4 +752,12 @@
+@@ -716,4 +748,12 @@
public void a(DimensionManager dimensionmanager, NBTTagCompound nbttagcompound) {
this.N.put(dimensionmanager, nbttagcompound);
}