diff --git a/VM/src/ltable.cpp b/VM/src/ltable.cpp index 115292b3..3be917e4 100644 --- a/VM/src/ltable.cpp +++ b/VM/src/ltable.cpp @@ -807,7 +807,7 @@ Table* luaH_clone(lua_State* L, Table* tt, bool raw) t->node = cast_to(LuaNode*, dummynode); t->lastfree = 0; - if (raw) // Prevent unauthorized assigning of locked metatables + if (!raw) // Prevent unauthorized assigning of locked metatables t->metatable = tt->metatable; if (tt->sizearray)