diff --git a/mod.lua b/mod.lua index fdef599..c448cf0 100644 --- a/mod.lua +++ b/mod.lua @@ -136,6 +136,7 @@ function configuration(modname) end end, 1) if modified then + -- FIXME mod security messes with this (disallows it if enabled) assert(modlib.file.write(readme_path, readme)) end end