diff --git a/src/packets.c b/src/packets.c index e7228d2..245c100 100644 --- a/src/packets.c +++ b/src/packets.c @@ -1157,6 +1157,7 @@ int sc_pickupItem (int client_fd, int collected, int collector, uint8_t count) { writeVarInt(client_fd, collector); writeVarInt(client_fd, count); + return 0; } // S->C Registry Data (multiple packets) and Update Tags (configuration, multiple packets)