You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/maxgamer/quickshop/QuickShop.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ private void load3rdParty() {
500
500
}
501
501
}
502
502
if (AbstractDisplayItem.getNowUsing() == DisplayType.REALITEM) {
503
-
getLogger().warning("You're using Real Display system and that may cause your server lagg, switch to Virtual Display system if you can!");
503
+
getLogger().warning("You're using Real Display system and that may cause your server lagg, switch to Virtual Display system if you can! (Checkout display-type option in config.yml)");
0 commit comments