Removed ServerList, fix Settings

This commit is contained in:
sausage
2022-05-23 15:01:55 +08:00
parent 1d5b83bf56
commit d1ffab6058
7 changed files with 9 additions and 150 deletions

View File

@ -89,7 +89,7 @@ namespace RageCoop.Client
{
try
{
string path = Directory.GetCurrentDirectory() + "\\scripts\\CoopSettings.xml";
string path = Directory.GetCurrentDirectory() + "\\Scripts\\RageCoop\\Settings.xml";
using (FileStream stream = new FileStream(path, File.Exists(path) ? FileMode.Truncate : FileMode.Create, FileAccess.ReadWrite))
{