Rename Config
Dieser Commit ist enthalten in:
Ursprung
51687c9326
Commit
b64d6cb29f
@ -12,9 +12,9 @@ public class ConfigCreator {
|
|||||||
YAPIONObject yapionObject = new YAPIONObject();
|
YAPIONObject yapionObject = new YAPIONObject();
|
||||||
// This call should never be touched
|
// This call should never be touched
|
||||||
yapionObject.add("@version", currentVersion);
|
yapionObject.add("@version", currentVersion);
|
||||||
yapionObject.add("baugui", defaultBauGui());
|
|
||||||
|
|
||||||
// Any initialising goes into here
|
// Any initialising goes into here
|
||||||
|
yapionObject.add("baugui", defaultBauGui());
|
||||||
return yapionObject;
|
return yapionObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren