number of players limit not working?
Posted: 01 November 2020, 04:22
On Studio, on a new project (factum) I set
But when I create a game, it only has 2 player slots (it should not allow that few),
and when I try to add a player I get the error: "Can't start game with less players"
If I set
Then I still only get 2 slots but no + or - buttons on the player slots.
Reloading gameinfos.inc.php in control panel appears to work fine.
The lobby correctly shows 4 slots before I hit the 'Create' button.
Code: Select all
'players' => array( 4, 5, 6 ),and when I try to add a player I get the error: "Can't start game with less players"
If I set
Code: Select all
'players' => array( 4 ),Reloading gameinfos.inc.php in control panel appears to work fine.
The lobby correctly shows 4 slots before I hit the 'Create' button.