7.4 .dat support, playing an actual server might not work yet

This commit is contained in:
Sam
2014-07-29 21:11:17 +02:00
parent c2ff89b2cf
commit 6b46370d1a
5 changed files with 75 additions and 38 deletions

View File

@@ -48,14 +48,18 @@ end
function g_game.getSupportedClients()
return {
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, 972, 973, 980, 981, 982, 983,
984, 985, 986, 1001, 1002, 1010,
1020, 1021, 1022, 1031, 1034, 1035,
1036, 1037, 1038, 1039, 1040, 1041
740, 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, 972, 973, 980, 981, 982,
983, 984, 985, 986,
1001, 1002, 1010, 1020, 1021, 1022, 1031,
1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041
}
end