diff --git a/src/solanaceae/zox/ngc_hs.cpp b/src/solanaceae/zox/ngc_hs.cpp index 53d4dcb..96ab4b1 100644 --- a/src/solanaceae/zox/ngc_hs.cpp +++ b/src/solanaceae/zox/ngc_hs.cpp @@ -99,6 +99,10 @@ float ZoxNGCHistorySync::tick(float delta) { continue; } + if (!reg.all_of(msg_e)) { + std::cerr << "ZOX NGCHS error: msg without sender\n"; + continue; + } const auto& msg_sender = reg.get(msg_e).c; if (!_cr.all_of(msg_sender)) {