forked from VoxeLibre/VoxeLibre
Remove some spaces
This commit is contained in:
parent
f2a4d6bd56
commit
801d9a2571
|
@ -17,7 +17,7 @@ local same_id = {
|
||||||
}
|
}
|
||||||
|
|
||||||
tt.register_snippet(function(itemstring)
|
tt.register_snippet(function(itemstring)
|
||||||
local def = minetest.registered_items[itemstring]
|
local def = minetest.registered_items[itemstring]
|
||||||
local desc = def.description
|
local desc = def.description
|
||||||
local item_split = itemstring:find(":")
|
local item_split = itemstring:find(":")
|
||||||
local new_id = game .. itemstring:sub(item_split)
|
local new_id = game .. itemstring:sub(item_split)
|
||||||
|
|
Loading…
Reference in New Issue