oops; prev didnt run

This commit is contained in:
Chris Forbes
2010-09-22 07:19:18 +12:00
parent 9979209c34
commit 61fd12c7da

View File

@@ -120,7 +120,8 @@ namespace OpenRA.Traits.Activities
self.ActorID, string.Join(" ", path.Select(a => a.ToString()).ToArray()));
mobile.PathHash = HashList(path);
Log.Write("debug", "EvalPathHash #{0} {1}", mobile.PathHash);
Log.Write("debug", "EvalPathHash #{0} {1}",
self.ActorID, mobile.PathHash);
return path;
}