fix /plugin compile not showing error colour on compile failure

This commit is contained in:
UnknownShadow200 2019-02-03 21:33:05 +11:00
parent 6636d9cb5a
commit 52a691c039

View File

@ -63,7 +63,7 @@ namespace MCGalaxy.Commands.Scripting {
if (engine.Compile(srcPath, dstPath)) {
p.Message("Plugin compiled successfully.");
} else {
p.Message("Compilation error. See " + IScripting.ErrorPath + " for more information.");
p.Message("%WCompilation error. See " + IScripting.ErrorPath + " for more information.");
}
} else {
p.Message("File &9{0} %Snot found.", srcPath);