mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
* squashed: [Client-sided scripting] Don't register functions that don't work. (#5091)
This commit is contained in:
@@ -49,6 +49,6 @@ ClientScripting::ClientScripting(Client *client):
|
||||
|
||||
void ClientScripting::InitializeModApi(lua_State *L, int top)
|
||||
{
|
||||
ModApiUtil::Initialize(L, top);
|
||||
ModApiUtil::InitializeClient(L, top);
|
||||
ModApiClient::Initialize(L, top);
|
||||
}
|
||||
|
Reference in New Issue
Block a user