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