mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-16 00:44:43 +00:00
Fix CharacterInfoMessage being bundled with OCDMs
This commit is contained in:
parent
6fbe35b15f
commit
9d3e468693
1 changed files with 3 additions and 3 deletions
|
|
@ -604,7 +604,7 @@ class MiddlewareActor(
|
|||
|
||||
if (packetsBundledByThemselves.exists { _(packet) }) {
|
||||
if (length == packetLength) {
|
||||
length += MTU
|
||||
length = Long.MaxValue
|
||||
true // dequeue only packet
|
||||
} else {
|
||||
false // dequeue later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue