You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would also be a good point to refactor and remove some, if not all, of the translated tables existing in JS. Since they're just representations of the lua tables anyways
After commit e332233, we now have a lua interpreter in the tree.
However, we don't actually execute any lua code from the client data. Which has severe drawbacks:
What we need to do is replicate the lua environment expected by the lua scripts and to call the expected functions.
The text was updated successfully, but these errors were encountered: