#3319: Do not forward cancelled messages or handled commands

This commit is contained in:
Brokkonaut 2022-06-08 17:44:08 +10:00 committed by md_5
parent 5972fd2353
commit e46bc343e4
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -190,7 +190,7 @@ public class UpstreamBridge extends PacketHandler
return message;
}
}
return null;
throw CancelSendSignal.INSTANCE;
}
@Override