diff --git a/src/main/java/com/sheepit/client/RenderProcess.java b/src/main/java/com/sheepit/client/RenderProcess.java index b6a853f..1504405 100644 --- a/src/main/java/com/sheepit/client/RenderProcess.java +++ b/src/main/java/com/sheepit/client/RenderProcess.java @@ -154,14 +154,12 @@ import oshi.software.os.OSProcess; } catch (IllegalThreadStateException e) { // the process is not finished yet - value = 0; } catch (Exception e) { // actually is for java.io.IOException: GetExitCodeProcess error=6, The handle is invalid // it was not declared throwable // the process is not finished yet - value = 0; } return value; }