mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Various Control Panel fixes
Readded calls to Init* functions Fixes trying to get service version from ITGSService Removes calls Load* function in Init* functions
This commit is contained in:
@@ -24,7 +24,6 @@ namespace TGControlPanel
|
||||
|
||||
void InitServerPage()
|
||||
{
|
||||
LoadServerPage();
|
||||
FullUpdateWorker.RunWorkerCompleted += FullUpdateWorker_RunWorkerCompleted;
|
||||
projectNameText.LostFocus += ProjectNameText_LostFocus;
|
||||
projectNameText.KeyDown += ProjectNameText_KeyDown;
|
||||
|
||||
Reference in New Issue
Block a user