Fix a syntax error in 393b0d3d.

This commit is contained in:
sk89q 2014-07-09 23:07:40 -07:00
parent 393b0d3d7a
commit 4e69c7263f

View File

@ -246,7 +246,7 @@ public final class CommandManager {
String message = e.getMessage();
if (message != null) {
actor.printError(e.getMessage());
} else
} else {
actor.printError("An unknown error has occurred! Please see console.");
logger.log(Level.SEVERE, "An unknown error occurred", e);
}