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 7c5ccd7019
commit c7b8836f90

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