mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
add missing io.close(file) in fail mod
This commit is contained in:
parent
75da61099c
commit
7683c77f6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user