v2.5.1: fixed loading order causing pylons to lose all debuffs on load
This commit is contained in:
@@ -228,8 +228,8 @@ public class Pylon extends Mob {
|
||||
|
||||
@Override
|
||||
public void restoreFromBundle(Bundle bundle) {
|
||||
super.restoreFromBundle(bundle);
|
||||
alignment = bundle.getEnum(ALIGNMENT, Alignment.class);
|
||||
super.restoreFromBundle(bundle);
|
||||
targetNeighbor = bundle.getInt(TARGET_NEIGHBOUR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user