Fix IDE0251

This commit is contained in:
RoosterDragon
2023-08-10 18:50:20 +01:00
committed by abcdefg30
parent 3b2fad6ea8
commit a1dfb42812
10 changed files with 41 additions and 37 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenRA.Network
public int Client;
public Order Order;
public override string ToString()
public override readonly string ToString()
{
return $"ClientId: {Client} {Order}";
}