Small cleanup refactoring #87
@ -46,7 +46,7 @@ public class CheckSchemType implements ICheckSchemType {
|
|||||||
private final int maxDispenser;
|
private final int maxDispenser;
|
||||||
private final int maxBlocks;
|
private final int maxBlocks;
|
||||||
|
|
||||||
CheckSchemType(ConfigurationSection section) {
|
private CheckSchemType(ConfigurationSection section) {
|
||||||
name = section.getName();
|
name = section.getName();
|
||||||
width = section.getInt("width");
|
width = section.getInt("width");
|
||||||
height = section.getInt("height");
|
height = section.getInt("height");
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren