uncomment

This commit is contained in:
sirjonasxx 2020-06-04 06:42:31 +02:00
parent ae03ea1fb2
commit 567e4e1543

View File

@ -209,7 +209,7 @@ public abstract class Extension implements IExtension {
} catch (IOException | ArrayIndexOutOfBoundsException e) {
System.err.println("Connection failed; is G-Earth active?");
// e.printStackTrace();
e.printStackTrace();
}
finally {
if (gEarthExtensionServer != null && !gEarthExtensionServer.isClosed()) {