Skip to content

Commit

Permalink
Fixed ChooseRandomOriginC2SPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
eggohito committed Oct 4, 2023
1 parent 892f7c2 commit 7f38933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void write(PacketByteBuf buffer) {

@Override
public PacketType<?> getType() {
return null;
return TYPE;
}

}

0 comments on commit 7f38933

Please sign in to comment.