forked from minetest-mods/technic
Fix bug for switching stations displaying same input and output
This commit is contained in:
parent
3dc01a6720
commit
18265de3b3
@ -82,8 +82,8 @@ function technic.format(str, ...)
|
||||
else
|
||||
--use traditional string:format
|
||||
res = res .. (string.format(("%"..c), arg[i]))
|
||||
i = i + 1
|
||||
end
|
||||
i = i + 1
|
||||
percent = false
|
||||
elseif c == "%" then
|
||||
percent = true
|
||||
|
Loading…
Reference in New Issue
Block a user