mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +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.playSoundAtCurrentPosition();
|
||||||
_this.explodeWithColor();
|
_this.explodeWithColor();
|
||||||
Entities.deleteEntity(otherID)
|
Entities.deleteEntity(otherID)
|
||||||
Messages.sendMessage('Entity-Exploded', JSON.stringify({
|
Messages.sendLocalMessage('Entity-Exploded', JSON.stringify({
|
||||||
entityID: otherID,
|
entityID: otherID,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue