Removed unused constructor

This commit is contained in:
Tristan B. Kildaire 2020-12-20 22:04:59 +02:00
parent a83f55cc49
commit d860170429
1 changed files with 0 additions and 6 deletions

View File

@ -79,11 +79,6 @@ public final class DGeneralConfig
private string name;
private string motd;
private this()
{
}
public static DGeneralConfig getConfig(JSONValue generalBlock)
{
/* The generated general config */
@ -120,7 +115,6 @@ public final class DGeneralConfig
config = null;
}
return config;
}