From 0f762b320ddfb7a4d0b470348130d081b9696ac6 Mon Sep 17 00:00:00 2001 From: Aurora Latius Date: Sat, 4 May 2024 13:52:27 -0500 Subject: [PATCH 1/2] 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", From 937f28c038f4f6b31f704d4c29daaf20841acf70 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Sat, 4 May 2024 13:53:30 -0500 Subject: [PATCH 2/2] I may or may not have typo'd something --- 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 5f8389cbd..824825fe7 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, + "score", "time", "gametypeinfo", // Bumpers / Karma / Laps depending on gametype "minimap",