This commit is contained in:
zimzaza4
2024-09-22 20:30:33 +08:00
parent 472246460a
commit 767b86c780
2 changed files with 36 additions and 59 deletions

View File

@@ -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());
}