Skip to content

Commit 7955e88

Browse files
authored
Merge pull request #1693 from chsami/development
build(gradle): update microbot version to 2.1.22
2 parents a9b74eb + 423766e commit 7955e88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ project.build.group=net.runelite
3131
project.build.version=1.12.19
3232

3333
glslang.path=
34-
microbot.version=2.1.22
34+
microbot.version=2.1.23
3535
microbot.commit.sha=nogit
3636
microbot.repo.url=http://138.201.81.246:8081/repository/microbot-snapshot/
3737
microbot.repo.username=

runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/settings/Rs2Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static boolean hideRoofs()
162162

163163
public static boolean isLevelUpNotificationsEnabled()
164164
{
165-
return Microbot.getVarbitValue(VarbitID.OPTION_LEVEL_UP_MESSAGE_DISABLED) == 1;
165+
return Microbot.getVarbitValue(VarbitID.OPTION_LEVEL_UP_MESSAGE_DISABLED) == 0;
166166
}
167167

168168
public static boolean disableLevelUpNotifications(boolean closeInterface)

0 commit comments

Comments
 (0)