Skip to content

Commit 25e90f8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 19e2de9 + 1b9f386 commit 25e90f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/fr/sandro642/github/hook/MCSupport.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ public void resetPlugin() {
114114
* @return The singleton instance of MCSupport.
115115
*/
116116
public static MCSupport getInstance() {
117+
if (instance == null) {
118+
instance = new MCSupport();
119+
}
117120
return instance;
118121
}
119122
}

0 commit comments

Comments
 (0)