diff --git a/hwe/func_tournament.php b/hwe/func_tournament.php index f899161e..5a94b016 100644 --- a/hwe/func_tournament.php +++ b/hwe/func_tournament.php @@ -523,7 +523,7 @@ function selection($tnmt_type, $tnmt, $phase) { if($phase < 31) { $gameStor->phase+=1; } else { - $gameStor->tournamemt = 4; + $gameStor->tournament = 4; $gameStor->phase=0; } }