Compare commits

..

No commits in common. "a58478e3037352c1f05b4a5803f409390a38fb95" and "5ba6039d4abd8c4b568ecdb5562c7fb1673ce8a5" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<groupId>moe.oko</groupId>
<artifactId>Kiafumi</artifactId>
<name>Kiafumi</name>
<version>0.7.0-pre</version>
<version>0.6.0-pre</version>
<packaging>jar</packaging>
<url>https://oko.moe/kiafumi.htm</url>
@ -84,7 +84,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>

View file

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