refuse collector job doesnt need vehicle to start (friend system)

This commit is contained in:
hydrant
2019-06-24 22:20:45 +02:00
parent 25bbc1e153
commit 0d18cc40af
2 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ namespace ReallifeGamemode.Server.Job
public override string Name => "Müllmann";
public override bool NeedVehicleToStart => true;
public override bool NeedVehicleToStart => false;
}
}