mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +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,9 +292,9 @@ function sprees.onPlayerSpreeEnd(clientId, causeId, type)
|
|||
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "cchat -1 \""..msg.."\";")
|
||||
end
|
||||
end
|
||||
|
||||
playerSprees[clientId][i] = 0
|
||||
playerSprees[clientId][i] = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue