Fix bug for switching stations displaying same input and output

This commit is contained in:
est31 2015-01-31 10:39:36 +01:00
parent 3dc01a6720
commit 18265de3b3
1 changed files with 1 additions and 1 deletions

View File

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