Unverified Commit 6c004155 authored by ebbit1q's avatar ebbit1q Committed by GitHub
Browse files

fix local games no longer working (#4315)

parent 88a8ee09
......@@ -155,7 +155,7 @@ public:
}
virtual int getMaxGamesPerUser() const
{
return 0;
return -1;
}
virtual int getCommandCountingInterval() const
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment