Quote:
Originally Posted by teksigns
i have my jackpost all set at 50 with a 5 point increase ....
however its doing a 25 point increase instead ......
anyone know how to fix?
|
i fixed it :
i changed the line in arcade.php
from:
Code:
$addtojackpot = ($game['arcadepass_cost'] + $game['arcadepass_increase']);
to:
Code:
$addtojackpot = $game['arcadepass_increase'];
its was adding the cost of the game to the increase setting then adding
it to the jackpot .......