forked from MagicBane/Server
Ai player
This commit is contained in:
@@ -618,6 +618,8 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
|
||||
}
|
||||
|
||||
public GridObjectType getGridObjectType() {
|
||||
if(gridObjectType == null)
|
||||
gridObjectType = GridObjectType.DYNAMIC;
|
||||
return gridObjectType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user