Save Torch config on server start, remove concealment code (moved to plugin)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Torch.Server
|
||||
if (File.Exists(configName))
|
||||
options = TorchConfig.LoadFrom(configName);
|
||||
else
|
||||
options.SaveTo(configName);
|
||||
options.Save(configName);
|
||||
|
||||
_server = new TorchServer(options);
|
||||
_server.Init();
|
||||
|
Reference in New Issue
Block a user