mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-18 23:35:48 +00:00
AI inspired fixes
This commit is contained in:
@@ -1558,6 +1558,9 @@ function writefile(filename, data)
|
||||
end
|
||||
local s,err = f:write(data)
|
||||
f:close()
|
||||
if not s then
|
||||
error("writefile: "..err)
|
||||
end
|
||||
end
|
||||
|
||||
-- DISSECTORS
|
||||
|
||||
Reference in New Issue
Block a user