Small changes and cleanups (#448)

- await StartBackupSystem as it's an awaitable
- Update comment in MongoId
- Set more id's in HideoutArea to MongoId
- Remove unused logging records

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
This commit is contained in:
Jesse
2025-07-04 19:05:27 +02:00
committed by GitHub
parent b6692fead4
commit 7b606fb2a7
6 changed files with 7 additions and 60 deletions
@@ -17,7 +17,7 @@ public class SaveCallbacks(
public async Task OnLoad()
{
_backupService.StartBackupSystem();
await _backupService.StartBackupSystem();
await _saveServer.LoadAsync();
}