1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Overridden description getter

This commit is contained in:
Sfiguz7 2020-05-11 22:19:33 +02:00
parent 8c0ff9acfb
commit 8b09111b4a

View File

@ -28,6 +28,11 @@ class BackpackCommand extends SubCommand {
return "backpack";
}
@Override
protected String getDescription() {
return "commands.backpack.description";
}
@Override
public boolean isHidden() {
return false;