Made name consistent with old naming

Signed-off-by: D4rkr34lm <darth.m.frohn@gmail.com>
Dieser Commit ist enthalten in:
D4rkr34lm 2024-04-18 17:56:45 +02:00
Ursprung 5af9cfcaad
Commit 35988bfcd3

Datei anzeigen

@ -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;