mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-15 12:04:43 +02:00
If we disable notifications, let's do it the intended way
This commit is contained in:
@ -174,7 +174,7 @@ public class mcMMO extends JavaPlugin {
|
|||||||
|
|
||||||
//Folia lib plugin instance
|
//Folia lib plugin instance
|
||||||
foliaLib = new FoliaLib(this);
|
foliaLib = new FoliaLib(this);
|
||||||
InvalidTickDelayNotifier.disableNotifications = true;
|
foliaLib.disableInvalidTickValueWarning();
|
||||||
|
|
||||||
setupFilePaths();
|
setupFilePaths();
|
||||||
generalConfig = new GeneralConfig(getDataFolder()); //Load before skillTools
|
generalConfig = new GeneralConfig(getDataFolder()); //Load before skillTools
|
||||||
|
Reference in New Issue
Block a user