Switching Themes is working, just have to create/find a proper theme now

This commit is contained in:
sirhamsteralot
2018-03-15 00:50:54 +01:00
committed by John Gross
parent 300af03012
commit 3f717b304a
19 changed files with 24 additions and 7176 deletions

View File

@@ -48,6 +48,9 @@ namespace Torch.Server
Chat.BindServer(server);
PlayerList.BindServer(server);
Plugins.BindServer(server);
Themes.uiSource = this;
LoadConfig((TorchConfig)server.Config);
}