mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Remove some spaces
This commit is contained in:
parent
f2a4d6bd56
commit
801d9a2571
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ local same_id = {
|
|||
}
|
||||
|
||||
tt.register_snippet(function(itemstring)
|
||||
local def = minetest.registered_items[itemstring]
|
||||
local def = minetest.registered_items[itemstring]
|
||||
local desc = def.description
|
||||
local item_split = itemstring:find(":")
|
||||
local new_id = game .. itemstring:sub(item_split)
|
||||
|
|
Loading…
Reference in a new issue