mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fixed bug with BlockFlow.equals
Added second constructor for collections
This commit is contained in:
parent
0520b39adf
commit
a8b7a63a8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue