diff --git a/apps/game/client/sounds/client-sound.class.ts b/apps/game/client/sounds/client-sound.class.ts index c01165a35..6ab3ce131 100644 --- a/apps/game/client/sounds/client-sound.class.ts +++ b/apps/game/client/sounds/client-sound.class.ts @@ -12,7 +12,6 @@ export class Sound { play() { PlaySoundFrontend(this._soundId, this._soundName, this._soundSetName, false); - PlaySoundFromEntity(this._soundId, this._soundName, PlayerPedId(), this._soundSetName, true, 0); } stop() {