Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit d7838e1

Browse files
author
Explv
committed
- Fix item smithing action name
1 parent 966678e commit d7838e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.explv.explv_osbot_manager</groupId>
88
<artifactId>explvs_aio</artifactId>
9-
<version>v3.1.4</version>
9+
<version>v3.1.5</version>
1010
<repositories>
1111
<repository>
1212
<id>local-repo</id>

src/main/java/activities/skills/smithing/item_making/SmithItemMakingActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private boolean canSmithItem() {
6868
}
6969

7070
private void smithAll() {
71-
if (smithItemWidget.getParent(getWidgets()).get().interact("Smith All", "Smith All sets")) {
71+
if (smithItemWidget.getParent(getWidgets()).get().interact("Smith")) {
7272
Sleep.sleepUntil(() -> !canSmithItem() || getDialogues().isPendingContinuation(), 100_000);
7373
}
7474
}

src/main/java/script/AIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@ScriptManifest(author = "Explv", name = "Explv's AIO " + AIO.VERSION, info = "AIO", version = 0, logo = "http://i.imgur.com/58Zz0fb.png")
3131
public class AIO extends Script {
3232

33-
static final String VERSION = "v3.1.4";
33+
static final String VERSION = "v3.1.5";
3434

3535
private Gui gui;
3636
private Paint paint;

0 commit comments

Comments
 (0)