Changed variable name

This commit is contained in:
WBHarry 2026-03-09 14:54:57 +01:00
parent 49a5f14445
commit a4a7b8e7ca
3 changed files with 6 additions and 6 deletions

View file

@ -133,12 +133,12 @@ Hooks.once('init', () => {
full: {
value: 'icons/magic/fire/barrier-wall-explosion-orange.webp',
isPath: true,
isNotTransparent: true
noColorFilter: true
},
empty: {
value: 'icons/magic/fire/barrier-wall-flame-ring-blue.webp',
isPath: true,
isNotTransparent: true
noColorFilter: true
}
}
};