Skip to content

Commit adff2d1

Browse files
committed
Fix standalone api properly
1 parent 59bb99b commit adff2d1

File tree

1 file changed

+1
-1
lines changed
  • platforms/standalone/src/main/java/me/tofaa/entitylib/standalone/task

1 file changed

+1
-1
lines changed

platforms/standalone/src/main/java/me/tofaa/entitylib/standalone/task/TaskImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TaskImpl implements Task {
1414
final int id;
1515
final Supplier<TaskSchedule> task;
1616
final ExecutionType type;
17-
final Scheduler owner;
17+
final SchedulerImpl owner;
1818

1919
TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, SchedulerImpl owner) {
2020
this.id = id;

0 commit comments

Comments
 (0)