Skip to content

Commit

Permalink
[1.21] Fix PayloadRegistrar constructor not copying the handler thread (
Browse files Browse the repository at this point in the history
  • Loading branch information
XFactHD authored Aug 26, 2024
1 parent 93bd750 commit 4f23b6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public PayloadRegistrar(String version) {
private PayloadRegistrar(PayloadRegistrar source) {
this.version = source.version;
this.optional = source.optional;
this.thread = source.thread;
}

/**
Expand Down

0 comments on commit 4f23b6f

Please sign in to comment.