Fixed ragfair offers not being processed Fixes #358

This commit is contained in:
Chomp
2025-06-05 13:41:40 +01:00
parent 2019e7d182
commit 82b8c7d2da
3 changed files with 21 additions and 17 deletions
@@ -2,5 +2,5 @@ namespace SPTarkov.Server.Core.DI;
public interface IOnUpdate
{
Task OnUpdate(long timeSinceLastRun);
Task OnUpdate(long secondsSinceLastRun);
}