Minor fix to scroll bar

This commit is contained in:
BeniS
2013-02-20 15:03:45 +13:00
parent 3b9acab7a1
commit b61094c053
4 changed files with 11 additions and 8 deletions

View File

@@ -34,9 +34,10 @@ end
function g_game.getSupportedProtocols()
return {
810, 811, 840, 842, 850, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961,
963, 970, 971, 973
810, 811, 840, 842, 850, 853, 854,
860, 861, 862, 870, 910, 940, 944,
953, 954, 960, 961, 963, 970, 971,
973
}
end