rename main server name

This commit is contained in:
Stanley Dimant
2025-01-26 02:45:57 +01:00
parent 1ce921a4ac
commit aa8d34ff46
3 changed files with 20 additions and 6 deletions

View File

@@ -16,5 +16,5 @@ public class ServerConfig : IMareConfiguration
public bool SendCensusData { get; set; } = false;
public bool ShownCensusPopup { get; set; } = false;
public int Version { get; set; } = 1;
public int Version { get; set; } = 2;
}