mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEngine-plugin.git
synced 2025-12-19 14:59:19 +00:00
Fix invisible entity?
This commit is contained in:
@@ -136,7 +136,7 @@ public class EntityTask {
|
||||
if (firstJoined) {
|
||||
task.sendEntityData(onlinePlayer, GeyserModelEngine.getInstance().getJoinSendDelay() / 50);
|
||||
} else {
|
||||
task.sendEntityData(onlinePlayer, 2);
|
||||
task.sendEntityData(onlinePlayer, 5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user