feat: change computeProtocolVersionSignature method to NLPacket class

This commit is contained in:
MayaTheShy
2025-11-09 21:54:56 -05:00
parent 0e931e2029
commit e04e0318aa

View File

@@ -461,7 +461,7 @@ uint8_t NLPacket::versionForPacketType(PacketType type) {
}
}
std::vector<uint8_t> NLPacketCodec::computeProtocolVersionSignature() {
std::vector<uint8_t> NLPacket::computeProtocolVersionSignature() {
// Protocol signature extracted from official Overte client packet capture
// This is the actual signature that the AUR overte-server-bin package expects
static const std::vector<uint8_t> signature = {