Ops, printing exception directly

This commit is contained in:
juanmuscaria
2021-09-17 09:36:51 -03:00
parent d0491d44ec
commit bc4d9857b4

View File

@ -164,7 +164,6 @@ public class FastLoginVelocity implements PlatformPlugin<CommandSource> {
proxyId = UUID.fromString(lines.get(0));
}
} catch (IOException e) {
e.printStackTrace();
logger.error("Unable to load proxy id from '{}'", idFile.toAbsolutePath());
logger.error("Detailed exception:", e);
} catch (IllegalArgumentException e) {