Run formatter & 'protogen'

This commit is contained in:
KingRainbow44
2023-08-30 19:36:58 -04:00
parent 1ca451559c
commit aad4529b0e
11 changed files with 528 additions and 537 deletions

View File

@@ -431,7 +431,7 @@ public final class Scene {
.map(this::removeEntityDirectly)
.filter(Objects::nonNull)
.toList();
if (toRemove.size() > 0) {
if (!toRemove.isEmpty()) {
this.broadcastPacket(new PacketSceneEntityDisappearNotify(toRemove, visionType));
}
}