mm
This commit is contained in:
@@ -379,7 +379,7 @@ public class ECLUpgradeBindingServer : EditorWindow
|
||||
string str = JSON.JsonEncode(content);
|
||||
Debug.Log(str);
|
||||
string path = Path.Combine(Application.dataPath, CLPathCfg.self.basePath, "serversCfg/servers.json");
|
||||
File.WriteAllText(path, str, Encoding.UTF8);
|
||||
File.WriteAllText(path, str);
|
||||
|
||||
ThreadEx.exec(new System.Threading.ParameterizedThreadStart(doUploadServers), path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user