rs-client: fix injector getting confused with two menuAction methods (#1290)

This commit is contained in:
ThatGamerBlue
2019-08-11 20:35:16 +01:00
committed by GitHub
parent 182cf7f1b5
commit 5a3772540f
2 changed files with 3 additions and 3 deletions

View File

@@ -800,7 +800,7 @@ public class Messages {
if (var2 != 1007) {
if (var2 == 1011 || var2 == 1008 || var2 == 1010 || var2 == 1009 || var2 == 1012) {
BoundaryObject.worldMap.menuAction(var2, var3, new Coord(var0), new Coord(var1));
BoundaryObject.worldMap.handleMapClick(var2, var3, new Coord(var0), new Coord(var1));
}
break label926;
}