Merge branch 'develop' into feature-voice-chat-indicator

This commit is contained in:
Hanusiak Piotr
2022-02-16 14:37:01 +01:00
20 changed files with 64 additions and 23 deletions
+1 -1
View File
@@ -1438,7 +1438,7 @@ ${escapedMessage}
phaserLayer.setCollisionByProperty({ collides: true }, visible);
} else {
const phaserLayers = this.gameMap.findPhaserLayers(layerName + "/");
if (phaserLayers === []) {
if (phaserLayers.length === 0) {
console.warn(
'Could not find layer with name that contains "' +
layerName +