We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddc641 commit 70b7f88Copy full SHA for 70b7f88
1 file changed
code/network/multi.h
@@ -75,9 +75,10 @@ class player;
75
// Version 59 - 12/9/2022 - New IDs for SEXP operators
76
// Version 60 - 3/27/2023 - Added generic lua data packet
77
// 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
79
// STANDALONE_ONLY
80
-#define MULTI_FS_SERVER_VERSION 61
81
+#define MULTI_FS_SERVER_VERSION 62
82
83
#define MULTI_FS_SERVER_COMPATIBLE_VERSION MULTI_FS_SERVER_VERSION
84
0 commit comments