Skip to content

Commit e9e951f

Browse files
Improve real display item message
1 parent a216484 commit e9e951f

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
@@ -500,7 +500,7 @@ private void load3rdParty() {
500500
}
501501
}
502502
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)");
504504
Plugin clearLagPlugin = Bukkit.getPluginManager().getPlugin("ClearLag");
505505
if (clearLagPlugin != null && Util.verifyClassLoader(clearLagPlugin)) {
506506
try {

0 commit comments

Comments
 (0)