mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2026-04-05 14:26:50 -06: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