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); }