died fix
This commit is contained in:
parent
70f5d4d857
commit
b47c1e1e83
1 changed files with 1 additions and 1 deletions
|
@ -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}}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue