1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Use file:close() instead of file.close() in pclasses

This commit is contained in:
LeMagnesium 2015-07-27 22:50:48 +02:00
parent d2eb9c1da4
commit f593baf868

View File

@ -42,7 +42,7 @@ if pfile then
if line then if line then
pclasses.datas.players = minetest.deserialize(line) pclasses.datas.players = minetest.deserialize(line)
end end
pfile.close() pfile:close()
end end
-- Frequent backup -- Frequent backup