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:
Eidolon 2025-08-18 21:07:21 +00:00
commit a0cf2a7b68

View file

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