mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Fixed bug with BlockFlow.equals
Added second constructor for collections By: durron597 <martin.jared@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ public class BlockFlowEvent extends BlockEvent {
|
||||
}
|
||||
|
||||
public boolean equals(BlockFlow flow) {
|
||||
return flow.flowDirection.equals(flow);
|
||||
return flowDirection.equals(flow.flowDirection);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user