Fixed errors made when doing the last commit.
This commit is contained in:
@@ -39,4 +39,4 @@ command bct {
|
|||||||
perm utils.bc;
|
perm utils.bc;
|
||||||
run bct;
|
run bct;
|
||||||
}
|
}
|
||||||
}";
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
"command lc {
|
command lc {
|
||||||
perm utils.lagchunks;
|
perm utils.lagchunks;
|
||||||
|
|
||||||
list {
|
list {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import com.redstoner.misc.Utils;
|
|||||||
import com.redstoner.modules.Module;
|
import com.redstoner.modules.Module;
|
||||||
|
|
||||||
@Commands(CommandHolderType.File)
|
@Commands(CommandHolderType.File)
|
||||||
@Version(major = 4, minor = 0, revision = 1, compatible = 4)
|
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
|
||||||
public class Warn implements Module
|
public class Warn implements Module
|
||||||
{
|
{
|
||||||
@Command(hook = "warn")
|
@Command(hook = "warn")
|
||||||
|
|||||||
Reference in New Issue
Block a user