We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3683622 commit 391fce1Copy full SHA for 391fce1
1 file changed
common/src/main/java/com/tcoded/folialib/enums/ImplementationType.java
@@ -12,7 +12,7 @@
12
* The enum is ordered by PRIORITY. The first implementation that passes all tests will be used.
13
* <p>
14
* A server is considered 'legacy' if it does not support task consumers. This feature was added in 1.13.2.
15
- * This means that event 1.13.1 servers are considered legacy servers as they do not support highly important
+ * This means that even 1.13.1 servers are considered legacy servers as they do not support highly important
16
* features that developers may want to use. Refer to {@link ServerImplementation#runLater(Consumer, long)}
17
* for more information on the behavior of task consumer-enabled methods on servers which do not support this feature.
18
*/
0 commit comments