Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit 22884b0

Browse files
committed
Paste NPE bug fix
Former-commit-id: 3d14e73
1 parent bbdc049 commit 22884b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/maxgamer/quickshop/util/paste

src/main/java/org/maxgamer/quickshop/util/paste/Paste.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public class Paste {
173173
if(bplugin.getDescription().getDepend().contains(plugin.getName()) || bplugin.getDescription().getSoftDepend().contains(plugin.getName())){
174174
finalReport.append(" # [Addon/Compatible]");
175175
}
176-
finalReport.append(" # ").append(bplugin.getClass().getPackage().getName()).append(".").append(bplugin.getClass().getName());
176+
//finalReport.append(" # ").append(bplugin.getClass().getPackage().getName()).append(".").append(bplugin.getClass().getName());
177177
finalReport.append("\n");
178178
}
179179
finalReport.append("================================================\n");

0 commit comments

Comments
 (0)