File tree Expand file tree Collapse file tree
runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ project.build.group=net.runelite
3131project.build.version =1.12.19
3232
3333glslang.path =
34- microbot.version =2.1.22
34+ microbot.version =2.1.23
3535microbot.commit.sha =nogit
3636microbot.repo.url =http://138.201.81.246:8081/repository/microbot-snapshot/
3737microbot.repo.username =
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments