feat(multiplayer): broadcast lan server.
This commit is contained in:
@@ -101,9 +101,9 @@ public class ManagedProcess {
|
||||
public boolean isRunning() {
|
||||
try {
|
||||
process.exitValue();
|
||||
return true;
|
||||
} catch (IllegalThreadStateException e) {
|
||||
return false;
|
||||
} catch (IllegalThreadStateException e) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user