mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Backported Folia detection fix
This commit is contained in:
@@ -227,7 +227,7 @@ public class ClassNames {
|
|||||||
}
|
}
|
||||||
|
|
||||||
IS_FOLIA = ReflectionUtils.getClassSilently(
|
IS_FOLIA = ReflectionUtils.getClassSilently(
|
||||||
"io.papermc.paper.threadedregions.scheduler.EntityScheduler"
|
"io.papermc.paper.threadedregions.RegionizedServer"
|
||||||
) != null;
|
) != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user