diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-06-05 01:18:21 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-06-05 01:18:21 -0300 |
commit | 1f8140c95ced6b7ce291e16c26c80800fa4f1f9d (patch) | |
tree | b5d5008a3c9fc6b97953f254ef9cbe7b06aa912c /src/cratera.cratera.d | |
parent | dba1285ca98d7a325f05b77b805089b3edd61867 (diff) |
Update README, misc cleanups
Diffstat (limited to 'src/cratera.cratera.d')
-rw-r--r-- | src/cratera.cratera.d/lib.cratera | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/cratera.cratera.d/lib.cratera b/src/cratera.cratera.d/lib.cratera index 6e1627e..69ca476 100644 --- a/src/cratera.cratera.d/lib.cratera +++ b/src/cratera.cratera.d/lib.cratera @@ -39,9 +39,5 @@ function cratera_env.load(chunk, chunkname, mode, env) end -- cratera opts not to support dostring/dofile. -if lua.dostring then - cratera_env.dostring = false -end -if lua.dofile then - cratera_env.dofile = false -end +cratera_env.dostring = false +cratera_env.dofile = false |