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

@@ -27,7 +27,7 @@ public sealed class GamePrototypeLoadManager : IGamePrototypeLoadManager
{
_netManager.RegisterNetMessage<GamePrototypeLoadMessage>(ClientLoadsPrototype);
_netManager.Connected += NetManagerOnConnected;
//_replay.OnRecordingStarted += OnStartReplayRecording;
_replay.OnRecordingStarted += OnStartReplayRecording;
}
private void OnStartReplayRecording((MappingDataNode, List<object>) initReplayData)