1
0
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:
Tim203
2023-08-14 01:04:02 +02:00
parent 227858930d
commit d1f3aae56c

View File

@@ -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;
} }