diff options
| author | Michael <[email protected]> | 2017-06-27 15:43:09 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-27 15:43:09 -0400 |
| commit | 65f79e4b238bd231d0d5e2e73c0bda0494e23608 (patch) | |
| tree | 10254e49b8719274e4ed88eb5627a5aa4c27e1a0 /ShiftOS.WinForms/Stories | |
| parent | 5bebd4411bc6266cbee482a429ba794eefa8f9b6 (diff) | |
| download | shiftos_thereturn-65f79e4b238bd231d0d5e2e73c0bda0494e23608.tar.gz shiftos_thereturn-65f79e4b238bd231d0d5e2e73c0bda0494e23608.tar.bz2 shiftos_thereturn-65f79e4b238bd231d0d5e2e73c0bda0494e23608.zip | |
Make brute better.
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) { |
