Replace F in OrderManager

This commit is contained in:
reaperrr
2021-05-09 15:12:23 +02:00
committed by Paul Chote
parent d89f14dcbc
commit fc3f200357

View File

@@ -68,7 +68,7 @@ namespace OpenRA.Network
public override string ToString() public override string ToString()
{ {
return "ClientId: {0} {1}".F(Client, Order); return $"ClientId: {Client} {Order}";
} }
} }