Fix invisible entity?

This commit is contained in:
zimzaza4
2025-02-03 21:13:12 +08:00
committed by GitHub
parent 593621077f
commit 2ef0ea9527

View File

@@ -136,7 +136,7 @@ public class EntityTask {
if (firstJoined) { if (firstJoined) {
task.sendEntityData(onlinePlayer, GeyserModelEngine.getInstance().getJoinSendDelay() / 50); task.sendEntityData(onlinePlayer, GeyserModelEngine.getInstance().getJoinSendDelay() / 50);
} else { } else {
task.sendEntityData(onlinePlayer, 2); task.sendEntityData(onlinePlayer, 5);
} }
} }