This commit is contained in:
EntenKoeniq
2021-07-12 01:47:01 +02:00
parent fea5a35cad
commit c34aa7bf2f

View File

@ -10,7 +10,7 @@ namespace CoopServer
{
XmlSerializer ser = new(typeof(T));
string path = AppContext.BaseDirectory + "\\" + file;
string path = AppContext.BaseDirectory + file;
T settings;
if (File.Exists(path))