From 0f762b320ddfb7a4d0b470348130d081b9696ac6 Mon Sep 17 00:00:00 2001 From: Aurora Latius Date: Sat, 4 May 2024 13:52:27 -0500 Subject: [PATCH] Add 'score' to hud disable options --- src/lua_hudlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_hudlib.c b/src/lua_hudlib.c index d9501acc3..5f8389cbd 100644 --- a/src/lua_hudlib.c +++ b/src/lua_hudlib.c @@ -44,7 +44,7 @@ static const char *const hud_disable_options[] = { "stagetitle", "textspectator", "crosshair", - + "score, "time", "gametypeinfo", // Bumpers / Karma / Laps depending on gametype "minimap",