Change Folia check to be compatible with ShreddedPaper (#551)

ShreddedPaper is fully compatible with all folia plugins if don't check if its folia, BUT we have an empty class for RegionizedServer as MOST plugins will check for this, please be like everyone else!
This commit is contained in:
Preva1l 2024-06-09 03:16:06 +10:00 committed by GitHub
parent ca59ff25df
commit d2edaceae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1312,7 +1312,7 @@ public class Util extends Queue {
public static boolean isFolia() {
try {
Class.forName("io.papermc.paper.threadedregions.ThreadedRegionizer");
Class.forName("io.papermc.paper.threadedregions.RegionizedServer");
}
catch (Exception e) {
return false;