diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/Chat.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Chat.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Chat.cs b/ShiftOS.WinForms/Applications/Chat.cs index 19fd223..6f37189 100644 --- a/ShiftOS.WinForms/Applications/Chat.cs +++ b/ShiftOS.WinForms/Applications/Chat.cs @@ -37,7 +37,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("MUD Chat", true, "al_mud_chat")] + [Launcher("MUD Chat", true, "al_mud_chat", "Networking")] [RequiresUpgrade("mud_fundamentals")] [WinOpen("chat")] public partial class Chat : UserControl, IShiftOSWindow |
