Fix desync handling
This commit is contained in:
committed by
Matthias Mailänder
parent
dab8ee4f94
commit
8e19463450
@@ -598,6 +598,13 @@ namespace OpenRA
|
||||
|
||||
Game.FinishBenchmark();
|
||||
}
|
||||
|
||||
public void OutOfSync()
|
||||
{
|
||||
EndGame();
|
||||
SetPauseState(true);
|
||||
PauseStateLocked = true;
|
||||
}
|
||||
}
|
||||
|
||||
public readonly struct TraitPair<T> : IEquatable<TraitPair<T>>
|
||||
|
||||
Reference in New Issue
Block a user