mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-25 13:41:21 +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.."\";")
|
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
|
||||||
|
|
Loading…
Reference in a new issue