mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
fix another space issue
This commit is contained in:
parent
3e4c80d93e
commit
d3748cd47d
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ minetest.register_lbm({
|
|||
|
||||
-- Register steel bar doors and trapdoors
|
||||
|
||||
if minetest.get_modpath("doors") then
|
||||
if minetest.get_modpath ("doors") then
|
||||
|
||||
doors.register("xpanes:door_steel_bar", {
|
||||
tiles = {{name = "xpanes_door_steel_bar.png", backface_culling = true}},
|
||||
|
|
Loading…
Add table
Reference in a new issue