1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

LuckPerms for Forge (#3262)

This commit is contained in:
Alex Thomson
2022-05-21 07:09:04 +12:00
committed by GitHub
parent 65a4c67745
commit 6421525f3a
49 changed files with 4016 additions and 74 deletions

View File

@@ -32,8 +32,8 @@ public interface LoaderBootstrap {
void onLoad();
void onEnable();
default void onEnable() {}
void onDisable();
default void onDisable() {}
}