mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 09:37:55 +00:00
Fix for broken AppCombined; both logic error and bad enum doh
This commit is contained in:
@@ -261,6 +261,7 @@ namespace StreamParser.Common.Daybreak
|
||||
|
||||
var subpacket = data.Slice(current, subpacket_length);
|
||||
ProcessDecodedPacket(srcAddr, srcPort, packetTime, subpacket);
|
||||
current += subpacket_length;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user