Remove some spaces

This commit is contained in:
NO11 2021-07-18 18:01:55 +00:00
parent f2a4d6bd56
commit 801d9a2571
1 changed files with 1 additions and 1 deletions

View File

@ -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)