Removed remnant code from reseting monster location.
Contributed by Sahar.
This commit is contained in:
parent
b6a704ebac
commit
2a46b8b59d
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
@ -45,7 +45,6 @@ public class DecayTaskManager
|
||||
final Creature creature = entry.getKey();
|
||||
DECAY_SCHEDULES.remove(creature);
|
||||
creature.onDecay();
|
||||
creature.setXYZ(0, 0, -10000);
|
||||
}
|
||||
}
|
||||
}, 0, 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user