From a3ba27f7a2a36700121638c12616168c287690fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Krzycha=C5=82a?= <55924469+sadcenter@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:03:35 +0100 Subject: [PATCH] weird issue (#333) --- .../src/main/java/com/destroystokyo/paper/PaperConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NachoSpigot-Server/src/main/java/com/destroystokyo/paper/PaperConfig.java b/NachoSpigot-Server/src/main/java/com/destroystokyo/paper/PaperConfig.java index 9f0e9adcf..1581f33c5 100644 --- a/NachoSpigot-Server/src/main/java/com/destroystokyo/paper/PaperConfig.java +++ b/NachoSpigot-Server/src/main/java/com/destroystokyo/paper/PaperConfig.java @@ -212,13 +212,13 @@ private static void pearlPassthroughSlab() public static boolean pearlPassthroughCobweb; private static void pearlPassthroughCobweb() { - pearlPassthroughSlab = getBoolean( "pearl-passthrough.cobweb", true ); + pearlPassthroughCobweb = getBoolean( "pearl-passthrough.cobweb", true ); } public static boolean pearlPassthroughBed; private static void pearlPassthroughBed() { - pearlPassthroughSlab = getBoolean( "pearl-passthrough.bed", false ); + pearlPassthroughBed = getBoolean( "pearl-passthrough.bed", false ); } // FlamePaper end