Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
weird issue (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadcenter authored Jan 19, 2022
1 parent c901193 commit a3ba27f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3ba27f

Please sign in to comment.