mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-20 15:39:18 +00:00
optimize
This commit is contained in:
@@ -68,7 +68,8 @@ public class ModelEntity {
|
||||
|
||||
public void runEntityTask() {
|
||||
task = new EntityTask(this);
|
||||
task.run(GeyserModelEngine.getInstance(), 0);
|
||||
task.checkViewers(viewers);
|
||||
task.run(GeyserModelEngine.getInstance());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user