We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e574586 commit 602b8f1Copy full SHA for 602b8f1
src/classes/mp/Multiplayer.as
@@ -33,7 +33,7 @@ package classes.mp
33
34
private static var _instance:Multiplayer = null;
35
36
- public static const SERVER_VERSION:uint = 3;
+ public static const SERVER_VERSION:uint = 4;
37
38
private var _listeners:Array = [];
39
0 commit comments