Skip to content

Commit

Permalink
MP: Bump server version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycast committed Dec 15, 2024
1 parent e574586 commit 602b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/mp/Multiplayer.as
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package classes.mp

private static var _instance:Multiplayer = null;

public static const SERVER_VERSION:uint = 3;
public static const SERVER_VERSION:uint = 4;

private var _listeners:Array = [];

Expand Down

0 comments on commit 602b8f1

Please sign in to comment.