diff --git a/ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs b/ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs index 417c6007..8242c6e7 100644 --- a/ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs +++ b/ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs @@ -15,7 +15,7 @@ namespace ReallifeGamemode.Server.Business public override Vector3 CarSpawnPositon => new Vector3(-1351.2072, 244.88942, 60.357693); - public override float CarSpawnHeading => 3.62; + public override float CarSpawnHeading => 3.62f; public override void Load() { diff --git a/ReallifeGamemode.Server/Business/OldschoolCarshop.cs b/ReallifeGamemode.Server/Business/OldschoolCarshop.cs index 77dd7eec..3afbd804 100644 --- a/ReallifeGamemode.Server/Business/OldschoolCarshop.cs +++ b/ReallifeGamemode.Server/Business/OldschoolCarshop.cs @@ -15,7 +15,7 @@ namespace ReallifeGamemode.Server.Business public override Vector3 CarSpawnPositon => new Vector3(-1883.5817, 2029.6252, 140.55038); - public override float CarSpawnHeading => 163.73; + public override float CarSpawnHeading => 163.73f; public override void Load() {