mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-23 02:35:25 +01:00
Add alias to levelscan command
This commit is contained in:
parent
42486d0a3b
commit
9b6e8d9baa
@ -72,7 +72,7 @@ public class LevelScanCommand extends SubCommand {
|
||||
|
||||
@Override
|
||||
public String[] getAliases() {
|
||||
return new String[0];
|
||||
return new String[]{"scanlevel"};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user