File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Item Creator/src/main/java/org/broken/arrow/library/itemcreator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public ItemCreator(final Plugin plugin) {
6363 * @param turnOffLogger whether to disable logging for NBT manager
6464 */
6565 public ItemCreator (final Plugin pluginInstance , boolean turnOffLogger ) {
66- this . setPlugin (pluginInstance );
66+ setPlugin (pluginInstance );
6767 this .nbtManger = new NBTManger (pluginInstance , turnOffLogger );
6868 setServerVersion (pluginInstance );
6969
@@ -497,7 +497,7 @@ private static void runWithSchedulerFallback(@Nonnull Runnable runnable) {
497497 }
498498 }
499499
500- private void setPlugin (final Plugin pluginInstance ) {
500+ private static void setPlugin (final Plugin pluginInstance ) {
501501 plugin = pluginInstance ;
502502 }
503503
You can’t perform that action at this time.
0 commit comments