diff --git a/engine/common/plugin.c b/engine/common/plugin.c index e5f2534f9..19c767d6a 100644 --- a/engine/common/plugin.c +++ b/engine/common/plugin.c @@ -1468,7 +1468,7 @@ void Plug_Tick(void) float rt = realtime; float st = 0; #ifdef SERVERONLY - st = sv.time + st = sv.time; #elif defined(CLIENTONLY) st = cl.time; #else