Remove saving from ctf_pvp_engine
This commit is contained in:
parent
a735266eb3
commit
e53732f41e
16 changed files with 31 additions and 349 deletions
|
@ -95,7 +95,6 @@ ctf.register_on_killedplayer(function(victim, killer)
|
|||
match.score = match.score + bounty_score
|
||||
main.bounty_kills = main.bounty_kills + 1
|
||||
match.bounty_kills = match.bounty_kills + 1
|
||||
ctf.needs_save = true
|
||||
end
|
||||
bountied_player = nil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue