blastfurnance: Method can be private

This commit is contained in:
sdburns1998
2019-07-07 04:38:02 +02:00
parent b83fdf38c1
commit 2f2368b0c0

View File

@@ -210,7 +210,7 @@ public class BlastFurnacePlugin extends Plugin
} }
} }
public void updateConfig() private void updateConfig()
{ {
this.showBarDispenser = config.showBarDispenser(); this.showBarDispenser = config.showBarDispenser();
this.showConveyorBelt = config.showConveyorBelt(); this.showConveyorBelt = config.showConveyorBelt();