mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-29 07:21:54 +00:00
Fixed death spree always being reset
This commit is contained in:
parent
8e181447b2
commit
0c0392b3c5
1 changed files with 2 additions and 2 deletions
|
@ -292,11 +292,11 @@ function sprees.onPlayerSpreeEnd(clientId, causeId, type)
|
||||||
|
|
||||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "cchat -1 \""..msg.."\";")
|
et.trap_SendConsoleCommand(et.EXEC_APPEND, "cchat -1 \""..msg.."\";")
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
playerSprees[clientId][i] = 0
|
playerSprees[clientId][i] = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function sprees.onPlayerDeath(victimId, killerId, mod)
|
function sprees.onPlayerDeath(victimId, killerId, mod)
|
||||||
|
|
Loading…
Reference in a new issue