case indentation

This commit is contained in:
Baptiste 2023-12-27 12:22:55 +01:00
parent e4aae45f36
commit fee1148640

View file

@ -34,7 +34,7 @@ class Network{
bullets.push(new Bullet(data.data.x,data.data.y,data.data.z==undefined?0:data.data.z,data.data.dx,data.data.dy,data.data.id));
break;
case "died":
case "died":
console.log("player",data.data.id,"was killed by",data.data.killerId);
addKill(data.data.id,data.data.killerId);
break;