Preload naval paths on liquid spawns

This commit is contained in:
Anuken
2020-12-30 19:35:23 -05:00
parent f5410c5712
commit 727b47dba5
4 changed files with 11 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ abstract class WaterMoveComp implements Posc, Velc, Hitboxc, Flyingc, Unitc{
@Override
@Replace
public int pathType(){
return Pathfinder.costWater;
return Pathfinder.costNaval;
}
@Override