Skip to content

Commit 6f153bd

Browse files
authored
bump packet version since voice chat is offloaded from the player packet
1 parent 66d6180 commit 6f153bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BeatSaberOnline/Data/Steam/SteamAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum ConnectionState
2727
DISCONNECTED
2828
}
2929

30-
public static string PACKET_VERSION = "1.0.3";
30+
public static string PACKET_VERSION = "1.0.3.1";
3131

3232
static string userName;
3333
static ulong userID;

0 commit comments

Comments
 (0)