fix local games no longer working (#4315)

This commit is contained in:
ebbit1q 2021-04-15 07:00:41 +02:00 committed by GitHub
parent 88a8ee09bd
commit 6c004155ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{ {