mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 06:26:56 +00:00
fix up some things
This commit is contained in:
@@ -28,6 +28,7 @@ export default class Node {
|
||||
this.times = times;
|
||||
this.items = items;
|
||||
this.nearestAetheryte = nearestAetheryte;
|
||||
items.sort((a, b) => b.level - a.level);
|
||||
}
|
||||
|
||||
isActive(eorzeaTime: EorzeaTime): boolean {
|
||||
|
||||
Reference in New Issue
Block a user