add missing io.close(file) in fail mod

This commit is contained in:
crabman77 2015-07-28 00:49:41 +02:00
parent 75da61099c
commit 7683c77f6d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ else
data.cookies[line:split(" ")[1]] = line:split(" ")[2]+0
until 1 == 0 -- Ok, not the best way to create a loop..
end
io.close(pntf)
minetest.log("action","[FailPoints] CooKies baked")
-- Global callbacks