Skip to content

Commit b85afeb

Browse files
committed
fix: change packet type to be literal nullable instead of just nullable
1 parent 9749424 commit b85afeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/threeadd/packeteventssk/element/general/event/EvtPacketSendOrReceive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static void register(Registration reg) {
2727
PacketSendOrReceiveEvent.NettyPacketEvent.class,
2828
PacketSendOrReceiveEvent.SyncPacketEvent.class,
2929
PacketSendOrReceiveEvent.AsyncPacketEvent.class
30-
}, "([any] packet|%-packettype%) [(:(sync|async|netty)) processed] [with packet[events] priority (:(lowest|low|normal|high|highest|monitor))]")
30+
}, "([any] packet|%*-packettype%) [(:(sync|async|netty)) processed] [with packet[events] priority (:(lowest|low|normal|high|highest|monitor))]")
3131
.name("General - On Packet")
3232
.description("Listen to incoming/outgoing packets, more on [the wiki](https://github.com/3add/PacketEventsSK/wiki/Events)")
3333
.examples("""

0 commit comments

Comments
 (0)