Fix desync handling

This commit is contained in:
tomas
2022-03-15 19:59:00 +01:00
committed by Matthias Mailänder
parent dab8ee4f94
commit 8e19463450
3 changed files with 25 additions and 8 deletions

View File

@@ -598,6 +598,13 @@ namespace OpenRA
Game.FinishBenchmark();
}
public void OutOfSync()
{
EndGame();
SetPauseState(true);
PauseStateLocked = true;
}
}
public readonly struct TraitPair<T> : IEquatable<TraitPair<T>>