From 3930e005cc4a8531831b0f461d409223e317c4b4 Mon Sep 17 00:00:00 2001 From: hydrant Date: Thu, 22 Apr 2021 14:52:43 +0200 Subject: [PATCH] Shopvehicles: Test floating --- ReallifeGamemode.Client/Business/cardealer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Client/Business/cardealer.ts b/ReallifeGamemode.Client/Business/cardealer.ts index ac1444c5..8462d4f4 100644 --- a/ReallifeGamemode.Client/Business/cardealer.ts +++ b/ReallifeGamemode.Client/Business/cardealer.ts @@ -38,6 +38,8 @@ export default function carDealer(globalData: IGlobalData) { label.text = text; entity.freezePosition(true); + entity.setOnGroundProperly(); + entity.setExplodesOnHighExplosionDamage(false); }