Run net events on load barriers

This commit is contained in:
Boondorl 2025-03-10 17:50:48 -04:00 committed by Rachael Alexanderson
parent e2103d2508
commit e4081df0db

View file

@ -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();