fix(multiplayer): propagate allocated playlist

This commit is contained in:
Josh Creek
2026-09-01 17:00:37 +01:00
parent 8bd1455a2c
commit 9ae01ecc5a
8 changed files with 24 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ type ReadyServer struct {
type AllocationRequest struct {
AllocationID string
MatchID string
Playlist Playlist
Region string
Build string
Protocol int