Fixes Announce label being visible when the Repo doesnt exist

This commit is contained in:
Cyberboss
2017-09-20 16:01:11 -04:00
parent 517e86febc
commit 1bddef6322
2 changed files with 1904 additions and 1903 deletions
+1903 -1903
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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>();