fix local games no longer working (#4315)
This commit is contained in:
parent
88a8ee09bd
commit
6c004155ff
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public:
|
||||||
}
|
}
|
||||||
virtual int getMaxGamesPerUser() const
|
virtual int getMaxGamesPerUser() const
|
||||||
{
|
{
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
virtual int getCommandCountingInterval() const
|
virtual int getCommandCountingInterval() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue