From 69568cb6e1eea7fbf34e78c1e08e8be80a10e45d Mon Sep 17 00:00:00 2001
From: NepDisk <yoshikirby43@gmail.com>
Date: Mon, 4 Nov 2024 20:58:49 +0000
Subject: [PATCH] Add names to hud_disable_options

Due to this not being here everything after position was offset by one
---
 src/lua_hudlib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lua_hudlib.c b/src/lua_hudlib.c
index b59e12cf37..e618b8c768 100644
--- a/src/lua_hudlib.c
+++ b/src/lua_hudlib.c
@@ -51,6 +51,7 @@ static const char *const hud_disable_options[] = {
 	"minimap",
 	"item",
 	"position",
+	"names",
 	"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.
-- 
GitLab