mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
[CSM] Improve security for client-sided mods (#5100)
This commit is contained in:
@@ -33,7 +33,7 @@ ClientScripting::ClientScripting(Client *client):
|
||||
SCRIPTAPI_PRECHECKHEADER
|
||||
|
||||
// Security is mandatory client side
|
||||
initializeSecurity();
|
||||
initializeSecurityClient();
|
||||
|
||||
lua_getglobal(L, "core");
|
||||
int top = lua_gettop(L);
|
||||
|
Reference in New Issue
Block a user