Fix the switch-case formatting in Order.Deserialize

This commit is contained in:
abcdefg30
2022-06-24 16:11:34 +02:00
committed by teinarss
parent c15af9f68a
commit 13145557c8

View File

@@ -120,6 +120,7 @@ namespace OpenRA
{ {
if (world != null && TryGetActorFromUInt(world, r.ReadUInt32(), out var targetActor)) if (world != null && TryGetActorFromUInt(world, r.ReadUInt32(), out var targetActor))
target = Target.FromActor(targetActor); target = Target.FromActor(targetActor);
break; break;
} }