just send once

This commit is contained in:
zimzaza4
2024-07-19 15:54:44 +08:00
parent 678b273f8c
commit f60bb98c08

View File

@@ -162,10 +162,7 @@ public class EntityTask {
Optional<Player> player = viewers.stream().findAny();
if (player.isEmpty()) return;
// i think properties need send to all players
// because lastSet
viewers.forEach(viewer -> updateEntityProperties(player.get(), false));
updateEntityProperties(player.get(), false);
// do not actually use this, atleast bundle these up ;(
sendScale(player.get(), true);