Fixed ragfair offers not being processed Fixes #358
This commit is contained in:
@@ -2,5 +2,5 @@ namespace SPTarkov.Server.Core.DI;
|
||||
|
||||
public interface IOnUpdate
|
||||
{
|
||||
Task OnUpdate(long timeSinceLastRun);
|
||||
Task OnUpdate(long secondsSinceLastRun);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user