diff --git a/src/d_clisrv.c b/src/d_clisrv.c index f89fccf20..0f1f39fa7 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -5531,7 +5531,7 @@ boolean TryRunTics(tic_t realtics) ps_tictime = I_GetPreciseTime(); G_Ticker((gametic % NEWTICRATERATIO) == 0); - if (Playing() && (gametic % TICRATE == 0)) + if (Playing() && netgame && (gametic % TICRATE == 0)) { Schedule_Run();