OSDN Git Service

fixing a compile error
authorSignpostMarv <github@signpostmarv.name>
Sun, 3 Jun 2012 02:27:12 +0000 (03:27 +0100)
committerSignpostMarv <github@signpostmarv.name>
Sun, 3 Jun 2012 02:27:12 +0000 (03:27 +0100)
Radegast/Core/Contexts/TurnToAction.cs

index 6dcc8ff..66ad34d 100644 (file)
@@ -60,7 +60,7 @@ namespace Radegast
             if (base.TryFindPos(target, out sim, out pos))\r
             {\r
                 instance.TabConsole.DisplayNotificationInChat(string.Format("Facing {0}", pname));\r
-                Client.Self.Movement.TurnToward(instance.State.ToLocalPosition(sim.Handle, pos), false);\r
+                Client.Self.Movement.TurnToward(instance.State.ToLocalPosition(sim.Handle, pos));\r
             }\r
             else\r
             {\r