geforkt von Mirrors/Paper
Fixed bug with BlockFlow.equals
Added second constructor for collections By: durron597 <martin.jared@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
a0acf45461
Commit
7740148f73
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren