diff --git a/2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java b/2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java index c628a117..630c6b11 100644 --- a/2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java +++ b/2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java @@ -1466,7 +1466,7 @@ public class PlayerAssistant { && !CastleWars.isInCw(player) // Castle Wars && !PestControl.isInGame(player) // Pest Control && !PestControl.isInPcBoat(player) // Pest Control - && player.tutorialProgress <= 35 // Tutorial Island + && player.tutorialProgress > 35 // Tutorial Island && FightPits.getState(player) == null // Fight Pits && !player.inFightCaves() // Fight Caves ) { diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class b/CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class index 17206388..bacc0fe5 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class differ