mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-12 11:06:25 -05:00
fix local games no longer working (#4315)
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
}
|
||||
virtual int getMaxGamesPerUser() const
|
||||
{
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
virtual int getCommandCountingInterval() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user