Add StatCommand #213
@ -68,10 +68,8 @@ public class LoadEvaluation {
|
||||
process.waitFor();
|
||||
return Double.parseDouble(new BufferedReader(new InputStreamReader(process.getInputStream())).readLine()) / 100.0;
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
return 1D;
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
Thread.currentThread().interrupt();
|
||||
return 1D;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren