Merge pull request #3609 from Abextm/config-safety

runelite-client: Don't fail on invalid config values
This commit is contained in:
Adam
2018-06-08 14:09:01 -04:00
committed by GitHub
3 changed files with 24 additions and 13 deletions

View File

@@ -85,8 +85,8 @@ public interface Actor extends Renderable
/**
* Gets the server-side location of the actor.
* <p>
* 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
*/