mirror of
https://github.com/appgurueu/modlib.git
synced 2025-02-17 00:32:35 +01:00
mod module: Add fixme annotation
This commit is contained in:
1
mod.lua
1
mod.lua
@ -136,6 +136,7 @@ function configuration(modname)
|
|||||||
end
|
end
|
||||||
end, 1)
|
end, 1)
|
||||||
if modified then
|
if modified then
|
||||||
|
-- FIXME mod security messes with this (disallows it if enabled)
|
||||||
assert(modlib.file.write(readme_path, readme))
|
assert(modlib.file.write(readme_path, readme))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user