Added final game tick to replay meta data for completion percentage on replay.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenRA
|
||||
|
||||
foreach (var t in WorldActor.TraitsImplementing<IGameOver>())
|
||||
t.GameOver(this);
|
||||
|
||||
gameInfo.FinalGameTick = WorldTick;
|
||||
GameOver();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user