summaryrefslogtreecommitdiff
path: root/Aktywator/Tournament.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/Tournament.cs')
-rw-r--r--Aktywator/Tournament.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Aktywator/Tournament.cs b/Aktywator/Tournament.cs
index 33ecd26..fd6fec1 100644
--- a/Aktywator/Tournament.cs
+++ b/Aktywator/Tournament.cs
@@ -120,7 +120,7 @@ namespace Aktywator
}
else
{
- if (this._type != Tournament.TYPE_TEAMY)
+ if (this._type != Tournament.TYPE_TEAMY || MainForm.teamNames.arePlayerNamesDisplayed())
{
string[] nameParts = name.Trim().Split(' ');
if (nameParts.Length > 0)
@@ -152,5 +152,6 @@ namespace Aktywator
return dict;
}
+
}
}