Skip to content

Commit ddc06cc

Browse files
committed
1.1.3-RELEASE
Change into onLoad
1 parent 6faaba6 commit ddc06cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'top.jingwenmc'
9-
version = '1.1.2-RELEASE'
9+
version = '1.1.3-RELEASE'
1010

1111
sourceCompatibility = '1.8'
1212
targetCompatibility = '1.8'

src/main/java/top/jingwenmc/mqeasy/bukkit/MQEasyBukkit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public final class MQEasyBukkit extends JavaPlugin {
1919

2020
@Override
21-
public void onEnable() {
21+
public void onLoad() {
2222
// Plugin startup logic
2323
instance = this;
2424
getLogger().info("Loading Configuration...");

src/main/java/top/jingwenmc/mqeasy/bungee/MQEasyBungee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class MQEasyBungee extends Plugin {
1616

1717
@Override
18-
public void onEnable() {
18+
public void onLoad() {
1919
// Plugin startup logic
2020
instance = this;
2121
getLogger().info("Loading Configuration...");

0 commit comments

Comments
 (0)