Fixed profiles ignoring _ragfairConfig.RunIntervalSeconds value
This commit is contained in:
@@ -33,6 +33,6 @@ public class SaveCallbacks(
|
||||
|
||||
_saveServer.Save();
|
||||
|
||||
return Task.FromResult(false);
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user