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