Fixed some loading bugs
This commit is contained in:
@@ -139,8 +139,6 @@ public class Enemy extends DestructibleEntity{
|
||||
}
|
||||
|
||||
public void findClosestNode(){
|
||||
Vars.world.pathfinder().find(this);
|
||||
|
||||
int index = 0;
|
||||
int cindex = -1;
|
||||
float dst = Float.MAX_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user