Disable ctf.txt saving, fix bug in ChatPlus.clean_players()

This commit is contained in:
rubenwardy 2018-01-02 22:25:59 +00:00
parent 43754f7735
commit 15653f7648
3 changed files with 3 additions and 1 deletions

View file

@ -121,7 +121,7 @@ function chatplus.clean_players()
(not value.inbox or #value.inbox==0) and
(not value.ignore or #value.ignore==0)
) then
value[key] = nil
chatplus.players[key] = nil
end
end
chatplus.save()

View file

@ -0,0 +1 @@
ctf

View file

@ -0,0 +1 @@
ctf.save = function() end