#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

View File

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