forked from minetest-mods/craftguide
Remove brackets
This commit is contained in:
parent
4241c89c17
commit
7a7bb8dc51
2
init.lua
2
init.lua
|
@ -1414,7 +1414,7 @@ local function get_init_items()
|
||||||
bar = bar .. (i <= percent / (100 / len) and full_char or empty_char)
|
bar = bar .. (i <= percent / (100 / len) and full_char or empty_char)
|
||||||
end
|
end
|
||||||
|
|
||||||
iop(fmt("[craftguide] Caching data %s (%u%%)\r", bar, percent))
|
iop(fmt("[craftguide] Caching data %s %u%%\r", bar, percent))
|
||||||
|
|
||||||
if show_item(def) then
|
if show_item(def) then
|
||||||
if not fuel_cache[name] then
|
if not fuel_cache[name] then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user