mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
fix /plugin compile not showing error colour on compile failure
This commit is contained in:
parent
6636d9cb5a
commit
52a691c039
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user