Most of these arnt even changes

This commit is contained in:
sirhamsteralot
2018-03-25 22:16:05 +02:00
committed by John Gross
parent 6c6ff18ec3
commit 18af85c4d7
3 changed files with 7 additions and 7 deletions

View File

@@ -49,10 +49,10 @@ namespace Torch.Server
PlayerList.BindServer(server);
Plugins.BindServer(server);
LoadConfig((TorchConfig)server.Config);
Themes.uiSource = this;
Themes.SetConfig(_config);
LoadConfig((TorchConfig)server.Config);
}
private void AttachConsole()