This commit is contained in:
Igor Timofeev 2016-06-05 14:03:33 +03:00
parent 4ded610000
commit 3511e89f75
2 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@
["icon"]="IgorTimofeev/OpenComputers/master/Applications/AppMarket/Icon.pic",
["createShortcut"]="dock",
["forceDownload"]=true,
["version"]=1.31,
["version"]=1.32,
},
{
["name"]="MineOS/Applications/Snake",

View File

@ -57,7 +57,7 @@ local from, limit, fromY = 1, 8
------------------------------------------------------------------------------------------------------------------
local function correctDouble(number)
return string.format("%.1f", number)
return string.format("%.2f", number)
end
local function status(text)