Add SchematicSelector #132
@ -370,7 +370,7 @@ public class SchematicSelector {
|
||||
return new SelectorTarget(SelectorTarget.Target.SCHEMATIC_TYPE, type, rank);
|
||||
}
|
||||
|
||||
Chaoscaot markierte diese Unterhaltung als gelöst
Veraltet
|
||||
private static class SelectorTarget {
|
||||
public static class SelectorTarget {
|
||||
|
||||
private final Target target;
|
||||
private final SchematicType type;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren
Nachdem alles private im Inneren ist, macht das keinerlei Sinn, das public zu stellen