Fix a fallback command duplicate and bump version to 4.1.1
This commit is contained in:
@@ -27,7 +27,7 @@ import com.redstoner.utils.CommandMap;
|
|||||||
|
|
||||||
@Commands(CommandHolderType.None)
|
@Commands(CommandHolderType.None)
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Version(major = 4, minor = 0, revision = 0, compatible = 4)
|
@Version(major = 4, minor = 1, revision = 1, compatible = 4)
|
||||||
public final class BlockPlaceMods implements Module, Listener
|
public final class BlockPlaceMods implements Module, Listener
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
@@ -89,7 +89,7 @@ public final class BlockPlaceMods implements Module, Listener
|
|||||||
String pluginName = Main.plugin.getName().toLowerCase();
|
String pluginName = Main.plugin.getName().toLowerCase();
|
||||||
// @noformat
|
// @noformat
|
||||||
return new String[]{"mod", pluginName + ":mod",
|
return new String[]{"mod", pluginName + ":mod",
|
||||||
"set", pluginName + ":mod",
|
"set", pluginName + ":set",
|
||||||
"toggle", pluginName + ":toggle"
|
"toggle", pluginName + ":toggle"
|
||||||
};
|
};
|
||||||
// @format
|
// @format
|
||||||
|
|||||||
Reference in New Issue
Block a user