small problem removed

master
Och Noe 2019-06-03 04:09:20 +02:00
parent 5d55dc8f63
commit 0b24731a5b
2 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ for nr = 1,#path_names do
local b = lengths[1] -- "back" in 1/10 nodes
local f = lengths[2] -- "front" in 1/10 nodes
local h = string.format(":"..path_names[nr] .."path_track_%02d%02d",b,f)
local h = string.format(":"..path_names[nr]:gsub(" ","_") .."path_track_%02d%02d",b,f)
local d = string.format(path_names[nr] .."path %02d-%02d",b,f)
local h2 = string.format(":"..path_names[nr] .."path_track_narrow_%02d%02d",b,f)
local h2 = string.format(":"..path_names[nr]:gsub(" ","_") .."path_track_narrow_%02d%02d",b,f)
local d2 = string.format(path_names[nr] .."path (narrow) %02d-%02d",b,f)
minetest.register_node(own_name..h,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 709 B

After

Width:  |  Height:  |  Size: 743 B