barsa-tiles 1.0.383 → 1.0.384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -782,7 +782,7 @@ class TilePropPipe {
782
782
  return data['DynamicCommand'];
783
783
  }
784
784
  const val = data.Component.Settings.TileSetting[prop];
785
- if (!val) {
785
+ if (typeof val === 'undefined') {
786
786
  return data.Component.Settings[prop];
787
787
  }
788
788
  }