From 648e05bcfae2d02cb665d60276dbb2f53974f34b Mon Sep 17 00:00:00 2001 From: Minenash Date: Sun, 23 Sep 2018 21:54:19 -0400 Subject: [PATCH] Fixed errors made when doing the last commit. --- src/com/redstoner/modules/buildchat/BuildChat.cmd | 2 +- src/com/redstoner/modules/lagchunks/LagChunks.cmd | 2 +- src/com/redstoner/modules/warn/Warn.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/redstoner/modules/buildchat/BuildChat.cmd b/src/com/redstoner/modules/buildchat/BuildChat.cmd index a07fb79..ddd7d77 100644 --- a/src/com/redstoner/modules/buildchat/BuildChat.cmd +++ b/src/com/redstoner/modules/buildchat/BuildChat.cmd @@ -39,4 +39,4 @@ command bct { perm utils.bc; run bct; } -}"; \ No newline at end of file +} \ No newline at end of file diff --git a/src/com/redstoner/modules/lagchunks/LagChunks.cmd b/src/com/redstoner/modules/lagchunks/LagChunks.cmd index 1c85e8e..142a437 100644 --- a/src/com/redstoner/modules/lagchunks/LagChunks.cmd +++ b/src/com/redstoner/modules/lagchunks/LagChunks.cmd @@ -1,4 +1,4 @@ -"command lc { +command lc { perm utils.lagchunks; list { diff --git a/src/com/redstoner/modules/warn/Warn.java b/src/com/redstoner/modules/warn/Warn.java index eb484d0..c272c67 100644 --- a/src/com/redstoner/modules/warn/Warn.java +++ b/src/com/redstoner/modules/warn/Warn.java @@ -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")