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:
@@ -226,7 +226,7 @@ public class ClassNames {
|
||||
}
|
||||
}
|
||||
|
||||
IS_FOLIA = ReflectionUtils.getClass(
|
||||
IS_FOLIA = ReflectionUtils.getClassSilently(
|
||||
"io.papermc.paper.threadedregions.scheduler.EntityScheduler"
|
||||
) != null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user