Add missing closing bracket in Move comment

This commit is contained in:
reaperrr
2019-01-03 23:31:49 +01:00
committed by Paul Chote
parent f6ac32412d
commit 5166b8cd5d

View File

@@ -164,7 +164,7 @@ namespace OpenRA.Mods.Common.Activities
// path guarantees that they will return as soon as possible, once the actor is back in a // path guarantees that they will return as soon as possible, once the actor is back in a
// valid position. // valid position.
// This means that it is safe to unconditionally return true, which avoids breaking parent // This means that it is safe to unconditionally return true, which avoids breaking parent
// activities that rely on cancellation succeeding (but not necessarily immediately // activities that rely on cancellation succeeding (but not necessarily immediately)
ChildActivity.Cancel(self, false); ChildActivity.Cancel(self, false);
return true; return true;