fix: update default version for unspecified packet types to match Overte
This commit is contained in:
@@ -176,8 +176,8 @@ uint8_t NLPacket::versionForPacketType(PacketType type) {
|
|||||||
return 25; // SocketTypes
|
return 25; // SocketTypes
|
||||||
// For other packet types, return a default version
|
// For other packet types, return a default version
|
||||||
// In real Overte, each has a specific version
|
// In real Overte, each has a specific version
|
||||||
default:
|
default:
|
||||||
return 17; // Default version for unspecified packets
|
return 23; // Default version for unspecified packets (matches Overte)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user