From cc19aed2f1242dc16db1242429785418e4315c6f Mon Sep 17 00:00:00 2001 From: stijnb1234 Date: Fri, 10 Jun 2022 20:44:48 +0200 Subject: [PATCH] :memo: Updated copyright year --- README.md | 2 +- src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7668cc9..0aaf249 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ The recode of the V10Lift plugin! ``` -© Stijn Bannink - 2019/2020 +© Stijn Bannink - 2019/2022 diff --git a/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java b/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java index fbcf7fb..03ef1e8 100644 --- a/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java +++ b/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java @@ -1,6 +1,5 @@ package nl.SBDeveloper.V10Lift; -import nl.SBDeveloper.V10Lift.api.V10LiftAPI; import nl.SBDeveloper.V10Lift.commands.V10LiftCommand; import nl.SBDeveloper.V10Lift.commands.V10LiftTabCompleter; import nl.SBDeveloper.V10Lift.listeners.BlockBreakListener;