When dumping the sync report, log all the orders issued in the frame that desynced.
This commit is contained in:
@@ -19,6 +19,11 @@ namespace OpenRA.Network
|
||||
{
|
||||
public int Client;
|
||||
public Order Order;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "ClientId: {0} {1}".F(Client, Order);
|
||||
}
|
||||
}
|
||||
|
||||
readonly Dictionary<int, int> clientQuitTimes = new Dictionary<int, int>();
|
||||
|
||||
Reference in New Issue
Block a user