Disconnect every client on shutdown. Changed default value for AnnounceSelf

This commit is contained in:
EntenKoeniq
2021-12-08 14:46:07 +01:00
parent 6a57f0c797
commit 4170001edf
3 changed files with 10 additions and 2 deletions

View File

@ -11,7 +11,7 @@
public bool NpcsAllowed { get; set; } = true;
public bool ModsAllowed { get; set; } = false;
public bool UPnP { get; set; } = true;
public bool AnnounceSelf { get; set; } = true;
public bool AnnounceSelf { get; set; } = false;
public string MasterServer { get; set; } = "http://gtacoopr.000webhostapp.com/servers.php";
public bool DebugMode { get; set; } = false;
}