Skip to content

Commit 602b8f1

Browse files
committed
MP: Bump server version.
1 parent e574586 commit 602b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/mp/Multiplayer.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package classes.mp
3333

3434
private static var _instance:Multiplayer = null;
3535

36-
public static const SERVER_VERSION:uint = 3;
36+
public static const SERVER_VERSION:uint = 4;
3737

3838
private var _listeners:Array = [];
3939

0 commit comments

Comments
 (0)