summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockDaylightDetector.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockDaylightDetector.patch')
-rw-r--r--nms-patches/BlockDaylightDetector.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockDaylightDetector.patch b/nms-patches/BlockDaylightDetector.patch
index a9525a88..134da667 100644
--- a/nms-patches/BlockDaylightDetector.patch
+++ b/nms-patches/BlockDaylightDetector.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/BlockDaylightDetector.java
+++ b/net/minecraft/server/BlockDaylightDetector.java
-@@ -45,6 +45,7 @@
+@@ -46,6 +46,7 @@
i = MathHelper.clamp(i, 0, 15);
if (((Integer) iblockdata.get(BlockDaylightDetector.POWER)).intValue() != i) {