diff --git a/ReallifeGamemode.Server/Job/FarmerJob.cs b/ReallifeGamemode.Server/Job/FarmerJob.cs index f6504b76..731c0fe8 100644 --- a/ReallifeGamemode.Server/Job/FarmerJob.cs +++ b/ReallifeGamemode.Server/Job/FarmerJob.cs @@ -17,7 +17,7 @@ namespace ReallifeGamemode.Server.Job public override bool NeedVehicleToStart => false; - public override bool Deactivated => false; + public override bool Deactivated => true; private static FarmerJob _Instance;