Save the replay metadata block when quitting.
This commit is contained in:
@@ -501,6 +501,10 @@ namespace OpenRA
|
||||
Tick(orderManager);
|
||||
}
|
||||
|
||||
// Ensure that the active replay is properly saved
|
||||
if (orderManager != null)
|
||||
orderManager.Dispose();
|
||||
|
||||
OnQuit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user