mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-19 15:09:18 +00:00
Fix invisible entity?
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user