Trace Refactor #233
@ -42,7 +42,7 @@ public enum BundleFilter {
|
|||||||
return true;
|
return true;
|
||||||
}),
|
}),
|
||||||
|
|
||||||
STRICT((TNTPoint a, TNTPoint b) -> {
|
RAW((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