Pilot 2 fix, Müllsacklimit auf 40

This commit is contained in:
VegaZ
2021-04-05 00:55:03 +02:00
parent e27d6593ac
commit 535b6155fe
2 changed files with 4 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace ReallifeGamemode.Server.Job
public override bool NeedVehicleToStart => false;
const int MAX_BAG = 50;
const int MAX_BAG = 40;
public RefuseCollectorJob()
{