Skip to content

Commit

Permalink
Merge pull request Civcraft#35 from TheOrangeWizard/patch-1
Browse files Browse the repository at this point in the history
reverse jalist somewhere else
  • Loading branch information
wingzero54 authored Mar 5, 2021
2 parents a1f4c7f + 45301e5 commit f2799f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public void run() {
final var thatAppender = rhs.getAppender(DormantCullingAppender.class);
// Since the time decreases the closer a snitch gets to culling, the values are flipped
return Long.compare(
thatAppender.getTimeUntilCulling(),
thisAppender.getTimeUntilCulling());
thisAppender.getTimeUntilCulling(),
thatAppender.getTimeUntilCulling());
});
new BukkitRunnable() {
@Override
Expand Down

0 comments on commit f2799f0

Please sign in to comment.