mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
@@ -370,7 +370,7 @@ public abstract class Command {
|
|||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
public Command setDescription(@NotNull String description) {
|
public Command setDescription(@NotNull String description) {
|
||||||
this.description = description == null ? "" : "";
|
this.description = (description == null) ? "" : description;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user