Skip to content

Commit

Permalink
Remove World Map Markers on Shut Down (#88)
Browse files Browse the repository at this point in the history
* Updated RuneLite version to 1.9.11.

* Remove world map marker on plugin shutdown
  • Loading branch information
larsvansoest committed Feb 20, 2023
1 parent bebf1a0 commit 2e95745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.9.9'
def runeLiteVersion = '1.9.11'

dependencies {
compileOnly group: 'net.runelite', name: 'client', version: runeLiteVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ protected void shutDown()
{
this.overlayManager.remove(this.overlay);
this.clientToolbar.removeNavigation(this.navigationButton);
this.removeStashUnitMarkerFromMap();
}

@Provides
Expand Down

0 comments on commit 2e95745

Please sign in to comment.