Skip to content

Commit

Permalink
Merge pull request #146 from adamlerer/revert-botgamecreate-typo
Browse files Browse the repository at this point in the history
Revert botgamecreate bug
  • Loading branch information
adamlerer committed Jul 25, 2022
2 parents 9f2e3a9 + bb2b8f7 commit cf33556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botgamecreate.php
Expand Up @@ -145,7 +145,7 @@
$botNum = $countryCount - 1;
// $tabl = $DB->sql_tabl("SELECT id FROM wD_Users WHERE type LIKE '%bot%' LIMIT ".$botNum);
// Use a specific bot for a specific variant for now. A new Config:: function is needed to be able to flexibly map variants to certain specialized bots
// $tabl = $DB->sql_tabl("SELECT id FROM wD_Users WHERE type LIKE '%bot%' ".($input['variantID']==15?" AND username='FairBot' ":"")." LIMIT ".$botNum);
$tabl = $DB->sql_tabl("SELECT id FROM wD_Users WHERE type LIKE '%bot%' ".($input['variantID']==15?" AND username='FairBot' ":"")." LIMIT ".$botNum);

$currCountry = 1;

Expand Down

0 comments on commit cf33556

Please sign in to comment.