From 4bb5a4c5843474a526a2d6b352192a2db9a11048 Mon Sep 17 00:00:00 2001 From: Pepich Date: Sat, 18 Feb 2017 18:14:37 +0100 Subject: [PATCH] Fixed cmdstring --- src/com/redstoner/modules/illumination/Illumination.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/redstoner/modules/illumination/Illumination.java b/src/com/redstoner/modules/illumination/Illumination.java index cef40c2..97073b8 100644 --- a/src/com/redstoner/modules/illumination/Illumination.java +++ b/src/com/redstoner/modules/illumination/Illumination.java @@ -10,7 +10,7 @@ import com.redstoner.annotations.Version; import com.redstoner.misc.Utils; import com.redstoner.modules.Module; -@Version(major = 1, minor = 0, revision = 1, compatible = 1) +@Version(major = 1, minor = 0, revision = 2, compatible = 1) public class Illumination implements Module { boolean enabled = false; @@ -52,7 +52,8 @@ public class Illumination implements Module // @noformat @Override - public String getCommandString() { + public String getCommandString() + { return "command nightvision {\n" + " [empty] {\n" + " run illuminate;\n" + @@ -60,7 +61,6 @@ public class Illumination implements Module " help Gives the player infinte night vision;\n" + " perm utils.illuminate;\n" + " }\n" + - "}\n" + "}"; } // @format