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