This commit is contained in:
Killian Marty 2023-12-07 08:52:11 +01:00
parent 70f5d4d857
commit b47c1e1e83

View file

@ -52,7 +52,7 @@ class Network{
}) })
} }
die(id){ died(id){
this.socket.send(JSON.stringify({type:"died",data:{id: id}})); this.socket.send(JSON.stringify({type:"died",data:{id: id}}));
} }