Instance from auto property to readonly static.
This commit is contained in:
parent
396fc3e0f3
commit
78126fb119
@ -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")
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title