mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
uncomment
This commit is contained in:
parent
ae03ea1fb2
commit
567e4e1543
@ -209,7 +209,7 @@ public abstract class Extension implements IExtension {
|
|||||||
|
|
||||||
} catch (IOException | ArrayIndexOutOfBoundsException e) {
|
} catch (IOException | ArrayIndexOutOfBoundsException e) {
|
||||||
System.err.println("Connection failed; is G-Earth active?");
|
System.err.println("Connection failed; is G-Earth active?");
|
||||||
// e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
if (gEarthExtensionServer != null && !gEarthExtensionServer.isClosed()) {
|
if (gEarthExtensionServer != null && !gEarthExtensionServer.isClosed()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user