diff --git a/apps/openmw-mp/Script/API/TimerAPI.cpp b/apps/openmw-mp/Script/API/TimerAPI.cpp index 60b20b09e..bdaf91f74 100644 --- a/apps/openmw-mp/Script/API/TimerAPI.cpp +++ b/apps/openmw-mp/Script/API/TimerAPI.cpp @@ -44,8 +44,8 @@ void Timer::Tick() if (time - startTime >= targetMsec) { - Call(args); end = true; + Call(args); } }