player.deaths -> player.death
This commit is contained in:
parent
5da12aea1a
commit
49b578405e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function game() {
|
|||
{
|
||||
net.died(player.id,-1);
|
||||
player.z=-1;
|
||||
player.deaths++;
|
||||
player.death++;
|
||||
players[0].kill++;
|
||||
player.health=10;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue