Skip to content

Commit 1e15708

Browse files
committed
comment for clarity on not being multiversion yet
1 parent acf7628 commit 1e15708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/org/polyfrost/polyplus/client/cosmetics/ApplyCosmetics.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ object ApplyCosmetics {
2525

2626
@Subscribe
2727
fun onPlayerList(event: PacketEvent.Receive) {
28+
// Not sure how to cleanly make this version agnostic atm.
2829
val packet = try { event.getPacket<S38PacketPlayerListItem>() ?: return } catch (e: Exception) { return }
2930
when (packet.action) {
3031
S38PacketPlayerListItem.Action.ADD_PLAYER -> {

0 commit comments

Comments
 (0)