Skip to content

Commit

Permalink
Fixed Folia detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
geeyoueye authored Mar 11, 2024
1 parent 92d5eab commit c22ba27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal class CoroutineSessionImpl(
*/
override val isFoliaLoaded: Boolean by lazy {
try {
Class.forName("io.papermc.paper.threadedregions.scheduler.EntityScheduler")
Class.forName("io.papermc.paper.threadedregions.RegionizedServer")
true
} catch (e: ClassNotFoundException) {
false
Expand Down

0 comments on commit c22ba27

Please sign in to comment.