SchematicRework
Dieser Commit ist enthalten in:
Ursprung
be2fb93787
Commit
8459e187ea
@ -138,7 +138,7 @@ public class Config {
|
||||
|
||||
OnlyPublicSchematics = config.getBoolean("Schematic.OnlyPublicSchematics");
|
||||
SchematicDirectory = config.getString("Schematic.Directory");
|
||||
SchematicType = de.warking.hunjy.MySQL.SchematicType.valueOf(config.getString("Schematic.SchematicType"));
|
||||
SchematicType = de.warking.hunjy.MySQL.SchematicType.fromDB(config.getString("Schematic.SchematicType"));
|
||||
boolean Rotate = config.getBoolean("Schematic.Rotate");
|
||||
|
||||
TeamRedName = config.getString("Output.TeamRedName");
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren