fix(folia): they will be.

This commit is contained in:
ineanto 2023-07-16 00:16:55 +02:00
parent 2ef21a796e
commit 77a2623013

View file

@ -84,7 +84,7 @@ public class NickoBukkit extends JavaPlugin {
try { try {
Class.forName("io.papermc.paper.threadedregions.RegionizedServerInitEvent"); Class.forName("io.papermc.paper.threadedregions.RegionizedServerInitEvent");
getLogger().warning("Nicko has not been tested against Folia and might not work at all!"); getLogger().warning("Nicko has not been tested against Folia and might not work at all!");
getLogger().warning("Issues regarding Nicko on Folia will not be ignored for now."); getLogger().warning("Issues regarding Nicko on Folia will be ignored for now.");
} catch (ClassNotFoundException ignored) { } } catch (ClassNotFoundException ignored) { }
localeFileManager = new LocaleFileManager(); localeFileManager = new LocaleFileManager();