Add explanatory note comment

This commit is contained in:
ccuser44 2025-01-02 15:32:41 +02:00 committed by GitHub
parent bb14db9d91
commit 7446be330e
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -807,7 +807,7 @@ Table* luaH_clone(lua_State* L, Table* tt)
t->node = cast_to(LuaNode*, dummynode);
t->lastfree = 0;
if (!luaL_getmetafield(L, 1, "__metatable"))
if (!luaL_getmetafield(L, 1, "__metatable")) // Prevent unauthorized assigning of locked metatables
t->metatable = tt->metatable;
if (tt->sizearray)