Disconnect every client on shutdown. Changed default value for AnnounceSelf
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user