Enabling versions 7.8 to 8.0

This commit is contained in:
Sam
2013-12-26 23:20:18 +01:00
parent d53f4dfa1e
commit 17c4d59b15
3 changed files with 10 additions and 9 deletions

View File

@@ -48,12 +48,13 @@ end
function g_game.getSupportedClients()
return {
760, 770, 772, 810, 811, 840, 842,
850, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961,
963, 970, 980, 981, 982, 983, 984,
985, 986, 1001, 1002, 1010, 1020,
1021, 1022
760, 770, 772, 780, 781, 782, 790,
792, 800, 810, 811, 840, 842, 850,
853, 854, 860, 861, 862, 870, 910,
940, 944, 953, 954, 960, 961, 963,
970, 980, 981, 982, 983, 984, 985,
986, 1001, 1002, 1010, 1020, 1021,
1022
}
end