Fixed redundant method

This commit is contained in:
Auxilor
2022-04-27 13:06:35 +01:00
parent 44d9581222
commit f7cfcd5cbb

View File

@@ -113,19 +113,6 @@ public final class Display {
handler.registerDisplayModule(module);
}
/**
* Initialize the display system.
*
* @param handler The handler.
*/
@ApiStatus.Internal
public static void init(@NotNull final DisplayHandler handler) {
if (Display.handler != null) {
throw new IllegalArgumentException("Already Initialized!");
}
Display.handler = handler;
}
/**
* Set the display handler.
* <p>