Archived
0

Fixed errors made when doing the last commit.

This commit is contained in:
Minenash
2018-09-23 21:54:19 -04:00
parent d291449db2
commit 648e05bcfa
3 changed files with 3 additions and 3 deletions

View File

@@ -39,4 +39,4 @@ command bct {
perm utils.bc;
run bct;
}
}";
}

View File

@@ -1,4 +1,4 @@
"command lc {
command lc {
perm utils.lagchunks;
list {

View File

@@ -10,7 +10,7 @@ import com.redstoner.misc.Utils;
import com.redstoner.modules.Module;
@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
{
@Command(hook = "warn")