From 8e650a104d35e26c4d26ef8640fc575dce6c0ff4 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 17 Feb 2010 18:59:56 +0000 Subject: [PATCH] Higher preference for having the right languages on a team --- admin/judges_sa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/judges_sa.php b/admin/judges_sa.php index bd00b3b..c890e05 100644 --- a/admin/judges_sa.php +++ b/admin/judges_sa.php @@ -160,7 +160,7 @@ function judges_cost_function($annealer, $bucket_id, $ids) * increase the cost */ for($y=0; $y < count($t['langs']); $y++) { $l = $t['langs'][$y]; - if(!in_array($l, $j['languages'])) $cost += 25; + if(!in_array($l, $j['languages'])) $cost += 45; } /* If divisional round2 is enabled, make sure there is a judge