Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicSoapyBoi authored and actions-user committed Jul 26, 2024
1 parent 35c5d86 commit d4f3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/copsound.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hooks:PreHook(CopSound, "init", "sh_init", function(self)
--Mostly just here in the event we have a unit to have both an 'entrance' line *and* a global spawn in noise
if self._unit:base():char_tweak().spawn_sound_event_2 then
self._unit:sound():play(self._unit:base():char_tweak().spawn_sound_event_2, nil, nil)
end
end
end)

Hooks:OverrideFunction(CopSound, "say", function(self, sound_name, sync, skip_prefix)
Expand Down

0 comments on commit d4f3f4c

Please sign in to comment.