Commits vergleichen
Keine gemeinsamen Commits. "8512a7bec5c95b6b6ac16fedc2f801903aee99ba" und "67a34ee5ca41c92b677cc659c7eee3da230b032a" haben vollständig unterschiedliche Historien.
8512a7bec5
...
67a34ee5ca
@ -42,7 +42,7 @@ public enum BundleFilter {
|
|||||||
return true;
|
return true;
|
||||||
}),
|
}),
|
||||||
|
|
||||||
RAW((TNTPoint a, TNTPoint b) -> {
|
STRICT((TNTPoint a, TNTPoint b) -> {
|
||||||
if (a.isExplosion() != b.isExplosion()) return false;
|
if (a.isExplosion() != b.isExplosion()) return false;
|
||||||
if (!a.getLocation().equals(b.getLocation())) return false;
|
if (!a.getLocation().equals(b.getLocation())) return false;
|
||||||
if (!a.getVelocity().equals(b.getVelocity())) return false;
|
if (!a.getVelocity().equals(b.getVelocity())) return false;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren