Closed gamewagon closed 7 years ago
Just had a new issues that I could not find specifically referenced and thought I'd let you know. The new night drones seem to have a new name prefix (Swat_) so to make them discoverable I added the following:
localName.indexOf('Swat_')=== 0) to the drone.js
localName.indexOf('Swat_')=== 0)
Hope this helps someone else.
J
@gamewagon Thanks for that, indeed it did help me.
Blaze_ prefix for Airborne Night Blaze
Just had a new issues that I could not find specifically referenced and thought I'd let you know. The new night drones seem to have a new name prefix (Swat_) so to make them discoverable I added the following:
localName.indexOf('Swat_')=== 0)
to the drone.jsHope this helps someone else.
J