From b56b79db1560d10cd67f9e698308eaefc981ac72 Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:50:59 -0400 Subject: [PATCH] Fix lua offset for hud drawables --- src/lua_hudlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lua_hudlib.c b/src/lua_hudlib.c index c8d0d3b10..15af98155 100644 --- a/src/lua_hudlib.c +++ b/src/lua_hudlib.c @@ -43,12 +43,13 @@ static const char *const hud_disable_options[] = { "stagetitle", "textspectator", "crosshair", - + "scores", "time", "gametypeinfo", // Bumpers / Karma / Laps depending on gametype "minimap", "item", "position", + "nametags", "check", // "CHECK" f-zero indicator "minirankings", // Gametype rankings to the left "battlerankingsbumpers", // bumper drawer for battle. Useful if you want to make a custom battle gamemode without bumpers being involved.