Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,13 @@ public boolean run()

if (!hasRequiredLevel)
{
if (supplyManager.shouldWalkToCourseStartForSummerPie(courseHandler, playerWorldLocation, currentObstacleIndex)
&& courseHandler.handleCourseActions(playerWorldLocation))
{
return;
}
Microbot.log("Early return: Required level not met");
Microbot.showMessage("You do not have the required level for this course.");
Rs2Player.logout();
plugin.notifyUser("Your Agility level is too low for " + config.agilityCourse().getTooltip() + ". Select another course, or enable summer pies if a +5 boost is enough.");
shutdown();
return;
}
Expand Down
Loading
Loading