mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Run formatter & 'protogen'
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user