13
0

Small cleanup refactoring #87

Manuell gemergt
Lixfel hat 2 Commits von cleanup nach master 2021-02-13 08:22:25 +01:00 zusammengeführt
Nur Änderungen aus Commit 6f728abf1c werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -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");