player.deaths -> player.death

This commit is contained in:
Victor Lasserre 2023-12-21 12:03:47 +01:00
parent 5da12aea1a
commit 49b578405e

View file

@ -15,7 +15,7 @@ function game() {
{
net.died(player.id,-1);
player.z=-1;
player.deaths++;
player.death++;
players[0].kill++;
player.health=10;
}