summaryrefslogtreecommitdiff
path: root/Aktywator/ParyTournament.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/ParyTournament.cs')
-rw-r--r--Aktywator/ParyTournament.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/ParyTournament.cs b/Aktywator/ParyTournament.cs
index a5d9ff2..9a592d7 100644
--- a/Aktywator/ParyTournament.cs
+++ b/Aktywator/ParyTournament.cs
@@ -10,6 +10,7 @@ namespace Aktywator
public ParyTournament(string name)
: base(name)
{
+ this._type = Tournament.TYPE_PARY;
}
override internal string getTypeLabel()