mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
fix extra space
This commit is contained in:
parent
601fdf0dc5
commit
3e4c80d93e
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