mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-06 16:31:26 +00:00
I'm a genius and forgot to rename the stuff correctly
This commit is contained in:
parent
b6b19c8250
commit
f2eea0b31a
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ static int lib_hudadd(lua_State *L)
|
||||||
static luaL_Reg lib_hud[] = {
|
static luaL_Reg lib_hud[] = {
|
||||||
{"enable", lib_hudenable},
|
{"enable", lib_hudenable},
|
||||||
{"disable", lib_huddisable},
|
{"disable", lib_huddisable},
|
||||||
{"enabled", LUA_hudenabled},
|
{"enabled", lib_hudenabled},
|
||||||
{"add", lib_hudadd},
|
{"add", lib_hudadd},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue