Skip to content

Commit

Permalink
Update storinators.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefZander authored Dec 29, 2024
1 parent 9989ad8 commit 2c9810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/sbz_resources/storinators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local function update_node_texture(pos)

local node = minetest.get_node(pos)

if storinator_upgrades[node.name] and #storinator_upgrades[node.name] == 0 then
if storinator_upgrades[node.name] and #storinator_upgrades[node.name] ~= 0 then
new_texture = new_texture .. "_" .. storinator_upgrades[node.name]
end

Expand Down

0 comments on commit 2c9810d

Please sign in to comment.