From e4081df0db74dd012e1f1724e8c63a1a479d34ac Mon Sep 17 00:00:00 2001 From: Boondorl Date: Mon, 10 Mar 2025 17:50:48 -0400 Subject: [PATCH] Run net events on load barriers --- src/d_net.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/d_net.cpp b/src/d_net.cpp index 856552682f..b14869a337 100644 --- a/src/d_net.cpp +++ b/src/d_net.cpp @@ -394,7 +394,6 @@ void Net_ResetCommands(bool midTic) // Make sure not to run its current command either. auto& curTic = state.Tics[tic % BACKUPTICS]; memset(&curTic.Command, 0, sizeof(curTic.Command)); - curTic.Data.SetData(nullptr, 0); } NetEvents.ResetStream();