Enable InfoCommand

early mornings, right?
This commit is contained in:
Anya 2022-03-30 10:03:01 -07:00
parent 5ba6039d4a
commit 62f07da899
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.util.List;
public class InfoCommand extends CommandClass{
@Override
public boolean isEnabled() { return false; }
public boolean isEnabled() { return true; }
@Override
public String getName() { return "Info"; }