Number of players is not reseting
Posted: 08 February 2015, 01:58
Hello, I'm a new developper here.
My game is configured to be playable only by 2 players.
I resetted the gameinfos.inc.php and it loaded correctly :
'players' =>
array (
0 => 2,
),
However, when I do start a new game, it's still only playable by 1-4 players and I can't reduce the number of player to "2" (in the new game screen), I get the following message:
"Can't start game with less players"
What should I do?
My game is configured to be playable only by 2 players.
I resetted the gameinfos.inc.php and it loaded correctly :
'players' =>
array (
0 => 2,
),
However, when I do start a new game, it's still only playable by 1-4 players and I can't reduce the number of player to "2" (in the new game screen), I get the following message:
"Can't start game with less players"
What should I do?