Skip to content

Commit

Permalink
fix: Fixed wrong scheduler being provided
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeGodSRC committed Apr 21, 2024
1 parent 1119a5e commit 51b50f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#

# Fairy
fairy.version = 0.7.2b1-SNAPSHOT
fairy.version = 0.7.2b2-SNAPSHOT

mongojack.version = 4.2.0
mongodb.version = 4.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public MCScheduler getEntityScheduler(Object entity) {

@Override
public MCScheduler getLocationScheduler(Position position) {
return this.bukkitAsyncScheduler;
return this.bukkitMainScheduler;
}
}

0 comments on commit 51b50f0

Please sign in to comment.