I'm a genius and forgot to rename the stuff correctly

This commit is contained in:
Latapostrophe 2018-10-30 23:10:56 +01:00
parent b6b19c8250
commit f2eea0b31a

View file

@ -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}
};