From fab537f1e4ff9598552fbe07e1482a7798d0d65d Mon Sep 17 00:00:00 2001 From: hydrant Date: Fri, 11 Jun 2021 08:02:25 +0200 Subject: [PATCH] fix pflanzen --- ReallifeGamemode.Server/Managers/HanfManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/HanfManager.cs b/ReallifeGamemode.Server/Managers/HanfManager.cs index e58ce527..61a40387 100644 --- a/ReallifeGamemode.Server/Managers/HanfManager.cs +++ b/ReallifeGamemode.Server/Managers/HanfManager.cs @@ -53,7 +53,7 @@ namespace ReallifeGamemode.Server.Managers /// /// Wie viele Pflanzen ein Spieler gleichzeitig anpflanen darf /// - private const int MAX_CONCURRENT_PLANTS = 5; + private const int MAX_CONCURRENT_PLANTS = 50; /// /// Wie viel Cannabis man für einen Joint braucht