0

Print stack trace on plugin.yml stream close fail

This commit is contained in:
rjenkinsjr
2016-03-28 00:18:37 -04:00
parent f7f4511a41
commit 828a9e7947

View File

@@ -87,7 +87,7 @@ public class BukkitPluginLoggerFactory implements ILoggerFactory {
try { try {
pluginYmlFile.close(); pluginYmlFile.close();
} catch (final IOException e) { } catch (final IOException e) {
// ignore e.printStackTrace();
} }
} }
} }