diff options
| author | Michael <[email protected]> | 2017-04-16 09:48:33 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 09:48:33 -0400 |
| commit | a0fc2b5e701659d1ed17eba9c2888cae6d519c1e (patch) | |
| tree | 4a76428de6c261f5d0f003f471de9813d4abed10 /ShiftOS.WinForms/WinformsWindowManager.cs | |
| parent | c1457428399f815d51dd535752b74ce3bcb484af (diff) | |
| download | shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.gz shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.bz2 shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.zip | |
More documentation
Diffstat (limited to 'ShiftOS.WinForms/WinformsWindowManager.cs')
| -rw-r--r-- | ShiftOS.WinForms/WinformsWindowManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/WinformsWindowManager.cs b/ShiftOS.WinForms/WinformsWindowManager.cs index 4fcd185..8bff387 100644 --- a/ShiftOS.WinForms/WinformsWindowManager.cs +++ b/ShiftOS.WinForms/WinformsWindowManager.cs @@ -125,12 +125,6 @@ namespace ShiftOS.WinForms public override void SetupWindow(IShiftOSWindow form) { - if (!AppearanceManager.CanOpenWindow(form)) - { - Infobox.Show("{MULTIPLAYER_ONLY}", "{MULTIPLAYER_ONLY_EXP}"); - return; - } - foreach(var attr in form.GetType().GetCustomAttributes(true)) { if(attr is MultiplayerOnlyAttribute) |
