mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
mod module: Add fixme annotation
This commit is contained in:
parent
5b9cfa16a1
commit
0a749b6e70
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
|
||||||
|
Loading…
Reference in New Issue
Block a user