Pilot 2 fix, Müllsacklimit auf 40
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user