From b7e1f7568d548526b3b5fa46100526c243e67dd5 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 16 Aug 2017 14:50:18 -0400 Subject: [PATCH] Fixed world announce buton being disabled --- TGControlPanel/Main.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TGControlPanel/Main.Designer.cs b/TGControlPanel/Main.Designer.cs index f998e2984d..73e37e9903 100644 --- a/TGControlPanel/Main.Designer.cs +++ b/TGControlPanel/Main.Designer.cs @@ -1984,7 +1984,6 @@ // WorldAnnounceButton // this.WorldAnnounceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.WorldAnnounceButton.Enabled = false; this.WorldAnnounceButton.Location = new System.Drawing.Point(785, 136); this.WorldAnnounceButton.Name = "WorldAnnounceButton"; this.WorldAnnounceButton.Size = new System.Drawing.Size(77, 20);