fix tuning war für alle verboten

This commit is contained in:
hydrant
2020-08-02 21:27:02 +02:00
parent 746998a9d5
commit 90e9c4641a

View File

@@ -37,11 +37,6 @@ namespace ReallifeGamemode.Server.Managers
using var dbContext = new DatabaseContext();
if (c.IsInVehicle && c.VehicleSeat == 0)
{
Vehicle v = c.Vehicle;
if (v.GetServerVehicle() is FactionVehicle fV)
{
return;
}
c.TriggerEvent("showTuningInfo");
}
};