mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 11:37:31 +01:00
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
Block a user