mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
Update firepit to use Local Messages
This commit is contained in:
parent
7379e9a03f
commit
3c18d08270
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
_this.playSoundAtCurrentPosition();
|
||||
_this.explodeWithColor();
|
||||
Entities.deleteEntity(otherID)
|
||||
Messages.sendMessage('Entity-Exploded', JSON.stringify({
|
||||
Messages.sendLocalMessage('Entity-Exploded', JSON.stringify({
|
||||
entityID: otherID,
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue