Template
1
0
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:
bol-van
2026-01-17 23:07:20 +03:00
parent c81968b94b
commit ca14fbe9c8
4 changed files with 21 additions and 11 deletions

View File

@@ -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