Kyleeld patch 1 (#151)

* safespot

* Update Player.java

int getRsOverheadIcon();

* FreezeTimers

FreezeTimers

* various updates (#150)

updates to pvp tools, wilderness locations & location chatter

* Update WildernessLocation.java

* Update Client.java

void toggleRenderSelf();

* Update RSClient.java

* Update Player.java

remove change
This commit is contained in:
Kyleeld
2019-04-29 21:39:44 +01:00
committed by Tyler Bochard
parent d4aca9cbcf
commit 9f7787771e
24 changed files with 2174 additions and 1434 deletions

View File

@@ -972,4 +972,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("healthbarCache")
@Override
RSNodeCache getHealthBarCache();
@Import("renderSelf")
void toggleRenderSelf();
}