Disable ctf.txt saving, fix bug in ChatPlus.clean_players()
This commit is contained in:
parent
43754f7735
commit
15653f7648
3 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,7 @@ function chatplus.clean_players()
|
||||||
(not value.inbox or #value.inbox==0) and
|
(not value.inbox or #value.inbox==0) and
|
||||||
(not value.ignore or #value.ignore==0)
|
(not value.ignore or #value.ignore==0)
|
||||||
) then
|
) then
|
||||||
value[key] = nil
|
chatplus.players[key] = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
chatplus.save()
|
chatplus.save()
|
||||||
|
|
1
mods/ctf_disable_save/depends.txt
Normal file
1
mods/ctf_disable_save/depends.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ctf
|
1
mods/ctf_disable_save/init.lua
Normal file
1
mods/ctf_disable_save/init.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ctf.save = function() end
|
Loading…
Reference in a new issue