Skip to content

Commit e4081df

Browse files
Boondorlmadame-rachelle
authored andcommitted
Run net events on load barriers
1 parent e2103d2 commit e4081df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/d_net.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ void Net_ResetCommands(bool midTic)
394394
// Make sure not to run its current command either.
395395
auto& curTic = state.Tics[tic % BACKUPTICS];
396396
memset(&curTic.Command, 0, sizeof(curTic.Command));
397-
curTic.Data.SetData(nullptr, 0);
398397
}
399398

400399
NetEvents.ResetStream();

0 commit comments

Comments
 (0)