mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-08-22 23:02:30 +00:00
This changes envs in three ways: * They are strict read-only. This minimizes the surface attack if someone with malicious intent overrides global stuff on an environment which happens to be reused. * Envs can override the base env * Envs with metatables now use them