Mokonzi Former Developer Jun 23, 2012 #1 Noticed that in the league tournament there has been at least one occasion that when games are completed the opponent picked has been the same player. I had the same player picked as an opponent 3 times in succession.
Noticed that in the league tournament there has been at least one occasion that when games are completed the opponent picked has been the same player. I had the same player picked as an opponent 3 times in succession.
Darkwaltz4 Former Developer Jun 23, 2012 #2 Try editing dbtech/vbarcade/functions_arcade.php find PHP: ORDER BY total ASC replace with PHP: ORDER BY total ASC, RAND()
Try editing dbtech/vbarcade/functions_arcade.php find PHP: ORDER BY total ASC replace with PHP: ORDER BY total ASC, RAND()