Skip to content

Commit bcf7193

Browse files
committed
Starting the request ids at 1
1 parent fb59017 commit bcf7193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/koifysh/archipelago/network/client/SetPacket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.concurrent.atomic.AtomicInteger;
1111

1212
public class SetPacket extends APPacket {
13-
private static final AtomicInteger requestIdGen = new AtomicInteger();
13+
private static final AtomicInteger requestIdGen = new AtomicInteger(1);
1414
/**
1515
* The key to manipulate. Can never start with "_read".
1616
*/

0 commit comments

Comments
 (0)