Skip to content

Commit d556fa2

Browse files
committed
fix(server): allow null messages in RoomPacket
1 parent c7ddd95 commit d556fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socha-sdk/src/server-api/sc/protocol/responses/RoomPacket.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import sc.protocol.requests.ILobbyRequest
1010
data class RoomPacket(
1111
@XStreamAsAttribute
1212
val roomId: String,
13-
val data: ProtocolMessage
13+
val data: ProtocolMessage?
1414
): ILobbyRequest

0 commit comments

Comments
 (0)