Fix resource &prototype upload recording (#15003)

This commit is contained in:
Leon Friedrich
2023-03-31 16:55:06 +13:00
committed by GitHub
parent 18581a01ca
commit 59eb53d4f7
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public sealed class NetworkResourceManager : SharedNetworkResourceManager
_cfgManager.OnValueChanged(CCVars.ResourceUploadingStoreEnabled, value => StoreUploaded = value, true);
AutoDelete(_cfgManager.GetCVar(CCVars.ResourceUploadingStoreDeletionDays));
//_replay.OnRecordingStarted += OnStartReplayRecording;
_replay.OnRecordingStarted += OnStartReplayRecording;
}
private void OnStartReplayRecording((MappingDataNode, List<object>) initReplayData)