This commit is contained in:
zimzaza4
2024-11-06 22:40:01 +08:00
parent 9a6aa2d369
commit eea387939f
3 changed files with 13 additions and 17 deletions

View File

@@ -68,7 +68,6 @@ public class ModelEntity {
public void runEntityTask() {
task = new EntityTask(this);
task.checkViewers(viewers);
task.run(GeyserModelEngine.getInstance());
}