diff options
Diffstat (limited to 'ShiftOS.WinForms/Stories')
| -rw-r--r-- | ShiftOS.WinForms/Stories/LegionStory.cs | 2 |
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) { |
