Update firepit to use Local Messages

This commit is contained in:
Ryan Huffman 2016-09-30 16:54:12 -07:00
parent 7379e9a03f
commit 3c18d08270

View file

@ -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,
}));
}