Skip to content

Commit

Permalink
Fix devtest Lua error
Browse files Browse the repository at this point in the history
fallback_image() was removed in 3e1904f,
which was written after this PR but merged before it.
  • Loading branch information
sfan5 committed Apr 21, 2021
1 parent a24899b commit daf862a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion games/devtest/mods/testnodes/drawtypes.lua
Expand Up @@ -167,7 +167,6 @@ minetest.register_node("testnodes:signlike", {
walkable = false,
groups = { dig_immediate = 3 },
sunlight_propagates = true,
inventory_image = fallback_image("testnodes_signlike.png"),
})


Expand Down

0 comments on commit daf862a

Please sign in to comment.