This shouldn't be here...

This commit is contained in:
Szum123321 2022-08-31 22:42:39 +02:00
parent 8cede17568
commit 91447b7b3c

View File

@ -73,7 +73,6 @@ public abstract class AbstractCompressor {
}
} catch (IOException | InterruptedException | ExecutionException e) {
log.error("An exception occurred!", e);
} catch (Exception e) {
if(ctx.initiator() == ActionInitiator.Player)
log.sendError(ctx, "Something went wrong while compressing files!");
} finally {