mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Fixes Announce label being visible when the Repo doesnt exist
This commit is contained in:
Generated
+1903
-1903
File diff suppressed because it is too large
Load Diff
@@ -126,6 +126,7 @@ namespace TGControlPanel
|
||||
ResetTestmerge.Visible = RepoExists;
|
||||
WorldAnnounceField.Visible = RepoExists;
|
||||
WorldAnnounceButton.Visible = RepoExists;
|
||||
WorldAnnounceLabel.Visible = RepoExists;
|
||||
|
||||
var DM = Server.GetComponent<ITGCompiler>();
|
||||
var DD = Server.GetComponent<ITGDreamDaemon>();
|
||||
|
||||
Reference in New Issue
Block a user