Skip to content

Commit 70b7f88

Browse files
committed
increment multi version
1 parent bddc641 commit 70b7f88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

code/network/multi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ class player;
7575
// Version 59 - 12/9/2022 - New IDs for SEXP operators
7676
// Version 60 - 3/27/2023 - Added generic lua data packet
7777
// Version 61 - 4/17/2023 - Added compatibility for whackable asteroids (added force)
78+
// Version 62 - 5/26/2025 - Added some modular curve input data to turret firing packets
7879
// STANDALONE_ONLY
7980

80-
#define MULTI_FS_SERVER_VERSION 61
81+
#define MULTI_FS_SERVER_VERSION 62
8182

8283
#define MULTI_FS_SERVER_COMPATIBLE_VERSION MULTI_FS_SERVER_VERSION
8384

0 commit comments

Comments
 (0)