This shouldn't be here...
parent
8cede17568
commit
91447b7b3c
|
@ -73,7 +73,6 @@ public abstract class AbstractCompressor {
|
||||||
}
|
}
|
||||||
} catch (IOException | InterruptedException | ExecutionException e) {
|
} catch (IOException | InterruptedException | ExecutionException e) {
|
||||||
log.error("An exception occurred!", e);
|
log.error("An exception occurred!", e);
|
||||||
} catch (Exception e) {
|
|
||||||
if(ctx.initiator() == ActionInitiator.Player)
|
if(ctx.initiator() == ActionInitiator.Player)
|
||||||
log.sendError(ctx, "Something went wrong while compressing files!");
|
log.sendError(ctx, "Something went wrong while compressing files!");
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in New Issue