aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Stories
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Stories')
-rw-r--r--ShiftOS.WinForms/Stories/LegionStory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Stories/LegionStory.cs b/ShiftOS.WinForms/Stories/LegionStory.cs
index 1eff0e9..0e4650b 100644
--- a/ShiftOS.WinForms/Stories/LegionStory.cs
+++ b/ShiftOS.WinForms/Stories/LegionStory.cs
@@ -211,7 +211,7 @@ namespace ShiftOS.WinForms.Stories
}
- private static Applications.Chat CurrentChat;
+ public static Applications.Chat CurrentChat;
public static void SendChatMessage(string who, string msg)
{