Skip to content

Commit 676ed0c

Browse files
Update README
1 parent f66adaf commit 676ed0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ foliaLib.getImpl().runTimerAsync(() -> {/* Code */}, 0L, 20 * 50L, TimeUnit.MILL
7979
// On a spigot server, this will run the code on the main thread
8080
foliaLib.getImpl().runAtLocation(location, () -> {/* Code */});
8181

82-
// On a folia server, this will run the code using the RegionScheduler that is appropriate for the entity
82+
// On a folia server, this will run the code using the EntityScheduler that is appropriate for the entity
8383
// On a spigot server, this will just run the code on the main thread
8484
foliaLib.getImpl().runAtEntity(entity, () -> {/* Code */});
8585
```

0 commit comments

Comments
 (0)