We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a5912 commit 6f589baCopy full SHA for 6f589ba
src/main/java/org/maxgamer/quickshop/shop/VirtualDisplayItem.java
@@ -55,7 +55,7 @@
55
import java.util.concurrent.atomic.AtomicInteger;
56
57
public class VirtualDisplayItem extends AbstractDisplayItem {
58
- private static final AtomicInteger COUNTER = new AtomicInteger(0);
+ private static final AtomicInteger COUNTER = new AtomicInteger(Integer.MAX_VALUE);
59
private static final GameVersion VERSION = QuickShop.getInstance().getGameVersion();
60
private static final ProtocolManager PROTOCOL_MANAGER = ProtocolLibrary.getProtocolManager();
61
private static PacketAdapter packetAdapter = null;
0 commit comments