mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 01:23:55 -07:00
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…
Add table
Add a link
Reference in a new issue