Skip to content

Commit

Permalink
add getPacket to SendPacketEvent
Browse files Browse the repository at this point in the history
idk if this is necessary, intellij wanted it and it knows coding better than me imo
  • Loading branch information
Kefpull committed Dec 7, 2024
1 parent 6197a5e commit 373406c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/keystrokesmod/event/SendPacketEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
@AllArgsConstructor
public class SendPacketEvent extends Event {
private Packet<?> packet;

public Packet getPacket() {
return packet;
}

}

0 comments on commit 373406c

Please sign in to comment.