Open TimTheToaster opened 3 years ago
The following code is never executed because the same condition is in a higher if block
https://github.com/Interactive-Modding/JurassicWorldRebornMod/blob/185e6273a372dd4d2c5602a4001759aff39b5111/src/main/java/mod/reborn/server/entity/ai/navigation/DinosaurWalkNodeProcessor.java#L232
I found this because I was wondering why the Raptors don't try to climb out of an unpowered fence
The following code is never executed because the same condition is in a higher if block
https://github.com/Interactive-Modding/JurassicWorldRebornMod/blob/185e6273a372dd4d2c5602a4001759aff39b5111/src/main/java/mod/reborn/server/entity/ai/navigation/DinosaurWalkNodeProcessor.java#L232
I found this because I was wondering why the Raptors don't try to climb out of an unpowered fence