aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsWindowManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 09:48:33 -0400
committerMichael <[email protected]>2017-04-16 09:48:33 -0400
commita0fc2b5e701659d1ed17eba9c2888cae6d519c1e (patch)
tree4a76428de6c261f5d0f003f471de9813d4abed10 /ShiftOS.WinForms/WinformsWindowManager.cs
parentc1457428399f815d51dd535752b74ce3bcb484af (diff)
downloadshiftos_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.cs6
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)