Made name consistent with old naming
Signed-off-by: D4rkr34lm <darth.m.frohn@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
5af9cfcaad
Commit
35988bfcd3
@ -42,7 +42,7 @@ public enum BundleFilter {
|
||||
return true;
|
||||
}),
|
||||
|
||||
STRICT((TNTPoint a, TNTPoint b) -> {
|
||||
RAW((TNTPoint a, TNTPoint b) -> {
|
||||
if (a.isExplosion() != b.isExplosion()) return false;
|
||||
if (!a.getLocation().equals(b.getLocation())) return false;
|
||||
if (!a.getVelocity().equals(b.getVelocity())) return false;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren