Skip to content

Commit

Permalink
Remove unreachable code block
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Dec 18, 2024
1 parent ade5f22 commit 06f4e5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public static IdleBehaviour get(final Map<String, String> aiProfiles) {
behaviour = new Patroller();
} else if (aiProfiles.containsKey("camouflage")) {
behaviour = new CamouflagedIdleBehaviour();
} else if (aiProfiles.containsKey("wander")) {
behaviour = new WanderIdleBehaviour();
}
return behaviour;
}
Expand Down

0 comments on commit 06f4e5e

Please sign in to comment.