mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'slur-b-gone' into 'master'
Removing a slur from an old comment in lua_baselib.c See merge request KartKrew/RingRacers!120
This commit is contained in:
commit
a0cf2a7b68
1 changed files with 1 additions and 1 deletions
|
|
@ -2828,7 +2828,7 @@ static int lib_sStartSound(lua_State *L)
|
|||
if (!player || P_IsPartyPlayer(player))
|
||||
{
|
||||
if (hud_running || hook_cmd_running)
|
||||
origin = NULL; // HUD rendering and CMD building startsound shouldn't have an origin, just remove it instead of having a retarded error.
|
||||
origin = NULL; // HUD rendering and CMD building startsound shouldn't have an origin, just remove it instead of having a [Hyperlink Blocked] error.
|
||||
|
||||
S_StartSound(origin, sound_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue