Fix JavaDoc of a copy-paste error.
Dieser Commit ist enthalten in:
Ursprung
2244f986bb
Commit
f9cd2b3db4
@ -728,7 +728,7 @@ public class BukkitConverters {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the converter used to convert between a NMS World and a Bukkit world.
|
* Retrieve the converter used to convert between a NMS World and a Bukkit world.
|
||||||
* @return The potion effect converter.
|
* @return The world converter.
|
||||||
*/
|
*/
|
||||||
public static EquivalentConverter<World> getWorldConverter() {
|
public static EquivalentConverter<World> getWorldConverter() {
|
||||||
return new IgnoreNullConverter<World>() {
|
return new IgnoreNullConverter<World>() {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren