v0.9.3c: fixed necromancers sometimes losing track of their skeleton
This commit is contained in:
parent
5533adbdc0
commit
9c7c0c8b90
|
@ -131,6 +131,8 @@ public class Necromancer extends Mob {
|
|||
}
|
||||
if (mySkeleton != null){
|
||||
bundle.put( MY_SKELETON, mySkeleton.id() );
|
||||
} else if (storedSkeletonID != -1){
|
||||
bundle.put( MY_SKELETON, storedSkeletonID );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user