mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEngine-plugin.git
synced 2025-12-19 14:59:19 +00:00
just send once
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user