mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Use file:close() instead of file.close() in pclasses
This commit is contained in:
parent
d2eb9c1da4
commit
f593baf868
|
@ -42,7 +42,7 @@ if pfile then
|
|||
if line then
|
||||
pclasses.datas.players = minetest.deserialize(line)
|
||||
end
|
||||
pfile.close()
|
||||
pfile:close()
|
||||
end
|
||||
|
||||
-- Frequent backup
|
||||
|
|
Loading…
Reference in New Issue
Block a user