support for protocol 961

This commit is contained in:
Eduardo Bart
2012-08-10 01:01:12 -03:00
parent 608b8f8b44
commit 24b60bec2e
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ end
function g_game.getSupportedProtocols()
return {
810, 853, 854, 860, 861, 862, 870, 940,
953, 954, 960
953, 954, 960, 961
}
end