Instance from auto property to readonly static.

This commit is contained in:
Lucca Faria Ferri 2023-02-02 06:44:23 -08:00
parent 396fc3e0f3
commit 78126fb119

View File

@ -59,7 +59,7 @@ namespace DiIiS_NA.LoginServer
set => Set(nameof(Motd), value);
}
public static Config Instance => new();
public static readonly Config Instance = new();
private Config() : base("Battle-Server")
{