From 6c004155ff5bfe9a117cdece75ebec2534c99a10 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Thu, 15 Apr 2021 07:00:41 +0200 Subject: [PATCH] fix local games no longer working (#4315) --- common/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/server.h b/common/server.h index 6e62fb6c..8c06182a 100644 --- a/common/server.h +++ b/common/server.h @@ -155,7 +155,7 @@ public: } virtual int getMaxGamesPerUser() const { - return 0; + return -1; } virtual int getCommandCountingInterval() const {