Skip to content

Commit 4a39b92

Browse files
committed
RC1
1 parent 52131cc commit 4a39b92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,6 +1957,12 @@ private void updateConfig(int selectedVersion) throws IOException {
19571957
// }
19581958
}
19591959

1960+
/**
1961+
* Mark plugins stop working
1962+
*
1963+
* @param bootError reason
1964+
* @param unregisterListeners should we disable all listeners?
1965+
*/
19601966
public void setupBootError(BootError bootError, boolean unregisterListeners) {
19611967
this.bootError = bootError;
19621968
if (unregisterListeners) {

0 commit comments

Comments
 (0)