From 7c048a00bc2587dc9c8ee4ae512bd88a2012a2a5 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Mon, 4 Jun 2018 00:21:14 -0600 Subject: [PATCH] runelite-api: Correct actor documentation --- runelite-api/src/main/java/net/runelite/api/Actor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runelite-api/src/main/java/net/runelite/api/Actor.java b/runelite-api/src/main/java/net/runelite/api/Actor.java index 6894218947..c5fc4cf988 100644 --- a/runelite-api/src/main/java/net/runelite/api/Actor.java +++ b/runelite-api/src/main/java/net/runelite/api/Actor.java @@ -85,8 +85,8 @@ public interface Actor extends Renderable /** * Gets the server-side location of the actor. *

- * This value is typically ahead of where the client renders and may - * be affected by things such as animations. + * This value is typically ahead of where the client renders and is not + * affected by things such as animations. * * @return the server location */