Archived
0

Fix a fallback command duplicate and bump version to 4.1.1

This commit is contained in:
Dico200
2017-10-31 00:12:25 +00:00
parent b40a39727c
commit eb86275fce

View File

@@ -27,7 +27,7 @@ import com.redstoner.utils.CommandMap;
@Commands(CommandHolderType.None)
@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
{
@Override
@@ -89,7 +89,7 @@ public final class BlockPlaceMods implements Module, Listener
String pluginName = Main.plugin.getName().toLowerCase();
// @noformat
return new String[]{"mod", pluginName + ":mod",
"set", pluginName + ":mod",
"set", pluginName + ":set",
"toggle", pluginName + ":toggle"
};
// @format