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
|
else
|
||||||
--use traditional string:format
|
--use traditional string:format
|
||||||
res = res .. (string.format(("%"..c), arg[i]))
|
res = res .. (string.format(("%"..c), arg[i]))
|
||||||
i = i + 1
|
|
||||||
end
|
end
|
||||||
|
i = i + 1
|
||||||
percent = false
|
percent = false
|
||||||
elseif c == "%" then
|
elseif c == "%" then
|
||||||
percent = true
|
percent = true
|
||||||
|
Loading…
Reference in New Issue
Block a user