diff options
| author | Michael <[email protected]> | 2017-05-27 12:11:36 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-27 12:11:36 -0400 |
| commit | fde832b35763443afdc57dc8a5d82fb3bb25009b (patch) | |
| tree | aad77133d11f5173aedb79eb59dc1a5bb3ad7757 /ShiftOS.WinForms/Applications/MUDControlCentre.cs | |
| parent | 97e22b35ada5898fdcb2556628f764d927cff913 (diff) | |
| download | shiftos_thereturn-fde832b35763443afdc57dc8a5d82fb3bb25009b.tar.gz shiftos_thereturn-fde832b35763443afdc57dc8a5d82fb3bb25009b.tar.bz2 shiftos_thereturn-fde832b35763443afdc57dc8a5d82fb3bb25009b.zip | |
simplesrc refurbishment
Diffstat (limited to 'ShiftOS.WinForms/Applications/MUDControlCentre.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/MUDControlCentre.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/MUDControlCentre.cs b/ShiftOS.WinForms/Applications/MUDControlCentre.cs index b8ba5f3..ab89ffd 100644 --- a/ShiftOS.WinForms/Applications/MUDControlCentre.cs +++ b/ShiftOS.WinForms/Applications/MUDControlCentre.cs @@ -274,9 +274,10 @@ namespace ShiftOS.WinForms.Applications } + [Obsolete("MUD control center is dying! KILL IT!")] public void OpenChat(string id) { - AppearanceManager.SetupWindow(new Chat(id)); +// AppearanceManager.SetupWindow(new Chat(id)); } private Shop editingShop = null; |
