diff --git a/src/lua_baselib.c b/src/lua_baselib.c index 873056643..5f725c4f7 100644 --- a/src/lua_baselib.c +++ b/src/lua_baselib.c @@ -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); }