We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59017 commit bcf7193Copy full SHA for bcf7193
src/main/java/dev/koifysh/archipelago/network/client/SetPacket.java
@@ -10,7 +10,7 @@
10
import java.util.concurrent.atomic.AtomicInteger;
11
12
public class SetPacket extends APPacket {
13
- private static final AtomicInteger requestIdGen = new AtomicInteger();
+ private static final AtomicInteger requestIdGen = new AtomicInteger(1);
14
/**
15
* The key to manipulate. Can never start with "_read".
16
*/
0 commit comments