Oops
This commit is contained in:
@ -10,7 +10,7 @@ namespace CoopServer
|
|||||||
{
|
{
|
||||||
XmlSerializer ser = new(typeof(T));
|
XmlSerializer ser = new(typeof(T));
|
||||||
|
|
||||||
string path = AppContext.BaseDirectory + "\\" + file;
|
string path = AppContext.BaseDirectory + file;
|
||||||
T settings;
|
T settings;
|
||||||
|
|
||||||
if (File.Exists(path))
|
if (File.Exists(path))
|
||||||
|
Reference in New Issue
Block a user