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

Commit 1704362

Browse files
committed
turn on debug
Former-commit-id: c646424
1 parent 8cd0245 commit 1704362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public class QuickShop extends JavaPlugin {
109109
public boolean useSpout = false;
110110
// private Metrics metrics;
111111
/** Whether debug info should be shown in the console */
112-
public static boolean debug = false;
112+
public static boolean debug = true;
113113

114114

115115
private int displayItemCheckTicks;

0 commit comments

Comments
 (0)