diff --git a/direct/src/distributed/cConnectionRepository.cxx b/direct/src/distributed/cConnectionRepository.cxx index 4935fe9952..25313a87d2 100644 --- a/direct/src/distributed/cConnectionRepository.cxx +++ b/direct/src/distributed/cConnectionRepository.cxx @@ -395,7 +395,7 @@ send_datagram(const Datagram &dg) { if (is_bundling_messages() && get_want_message_bundling()) { bundle_msg(dg); - return false; + return true; } #ifdef WANT_NATIVE_NET