Remove brackets

This commit is contained in:
Jean-Patrick Guerrero 2019-11-03 19:16:29 +01:00
parent 4241c89c17
commit 7a7bb8dc51
1 changed files with 1 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ local function get_init_items()
bar = bar .. (i <= percent / (100 / len) and full_char or empty_char)
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 not fuel_cache[name] then