From f2eea0b31aa7a2817ff7f56b036e96970c4dfe9a Mon Sep 17 00:00:00 2001 From: Latapostrophe Date: Tue, 30 Oct 2018 23:10:56 +0100 Subject: [PATCH] I'm a genius and forgot to rename the stuff correctly --- 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 e12eb2d8..63d8c267 100644 --- a/src/lua_hudlib.c +++ b/src/lua_hudlib.c @@ -660,7 +660,7 @@ static int lib_hudadd(lua_State *L) static luaL_Reg lib_hud[] = { {"enable", lib_hudenable}, {"disable", lib_huddisable}, - {"enabled", LUA_hudenabled}, + {"enabled", lib_hudenabled}, {"add", lib_hudadd}, {NULL, NULL} };