Skip to content

Commit 8c5c008

Browse files
committed
Whitelist SwimToHeroPeeper and SwimToMeat
1 parent 4efe45a commit 8c5c008

File tree

1 file changed

+3
-1
lines changed
  • NitroxClient/GameLogic

1 file changed

+3
-1
lines changed

NitroxClient/GameLogic/AI.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ public sealed class AI
2626
typeof(AttackCyclops),
2727
typeof(AttackLastTarget),
2828
typeof(Poop),
29-
typeof(RangedAttackLastTarget)
29+
typeof(RangedAttackLastTarget),
30+
typeof(SwimToHeroPeeper),
31+
typeof(SwimToMeat)
3032
];
3133

3234
/// <summary>

0 commit comments

Comments
 (0)