mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Updated fail mod
- Updated fail with files closed - Fixed crash with malformed list for pyramids.fill_chests
This commit is contained in:
@ -31,7 +31,8 @@ minetest.register_on_shutdown(function()
|
||||
if v ~= 0 then
|
||||
pntf:write(i.." "..v.."\n")
|
||||
end
|
||||
end
|
||||
end
|
||||
io.close(pntf)
|
||||
end)
|
||||
|
||||
minetest.register_chatcommand("cookie", {
|
||||
|
@ -75,7 +75,8 @@ minetest.register_on_shutdown(function()
|
||||
if v ~= 0 then
|
||||
pntf:write(i.." "..v.."\n")
|
||||
end
|
||||
end
|
||||
end
|
||||
io.close(pntf)
|
||||
end)
|
||||
|
||||
minetest.register_chatcommand("fail", {
|
||||
|
Reference in New Issue
Block a user