1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Check IS_FOLIA silently (#400)

This commit is contained in:
byteful
2023-03-31 15:44:17 -05:00
committed by GitHub
parent 104cbdd51b
commit 2702bc3e83

View File

@@ -226,7 +226,7 @@ public class ClassNames {
}
}
IS_FOLIA = ReflectionUtils.getClass(
IS_FOLIA = ReflectionUtils.getClassSilently(
"io.papermc.paper.threadedregions.scheduler.EntityScheduler"
) != null;
}