diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID
index f7f3a04..59ce3ca 100644
--- a/bin/MLG-BuildID
+++ b/bin/MLG-BuildID
@@ -25,3 +25,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02
9AC65C790B09E121D506104F6D9FE900=1324945860000# MLG v1.6.02
66803F01F521ADE310AEEC360934962F=1324946221000# MLG v1.6.02
55F041F8EED20E7CEAD2489A1686D877=1328270387000# MLG v1.6.03
+41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03
diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf
index 9a5cb28..e6e60a4 100644
--- a/bin/MinecraftLandGenerator.conf
+++ b/bin/MinecraftLandGenerator.conf
@@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.03
#Authors: Corrodias, Morlok8k, pr0f1x
-#Auto-Generated: Friday, February 3, 2012 at 3:59 AM Pacific Standard Time
+#Auto-Generated: Friday, February 3, 2012 at 4:12 AM Pacific Standard Time
#Line to run server:
Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui
diff --git a/bin/MinecraftLandGenerator.jar b/bin/MinecraftLandGenerator.jar
index 7b8d367..91edf97 100755
Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ
diff --git a/src/corrodias/minecraft/landgenerator/Main.java b/src/corrodias/minecraft/landgenerator/Main.java
index 3eb7830..134fd6b 100644
--- a/src/corrodias/minecraft/landgenerator/Main.java
+++ b/src/corrodias/minecraft/landgenerator/Main.java
@@ -955,7 +955,7 @@ public class Main {
+ "The JNLP library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + newLine
+ "It is also available at: http://jnbt.sourceforge.net/" + newLine
+ newLine
- + "The \"unescape\" method/function is also not Public Domain. Its License is the W3C® Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231"
+ + "The \"unescape\" method/function is also not Public Domain. Its License is the W3C� Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231"
+ newLine
+ "Other Public Domain code has been used in this program, and references to sources are included in the comments of Minecraft Land Generator's source code."
+ newLine
@@ -1105,7 +1105,10 @@ public class Main {
Long[] timeTracking = new Long[] { differenceTime, differenceTime };
timeTracking[0] = System.currentTimeMillis();
- outP(MLG);
+ if (Output) {
+ outP(MLG + "*");
+ }
+
try {
BufferedInputStream in;
in = new BufferedInputStream(new URL(URL).openStream());
@@ -1374,7 +1377,7 @@ public class Main {
//times are within 30 seconds (+/- 15 seconds) of each other. (typically 1-2 seconds, but left room for real-world error)
if (testing | flag_downloadedBuildID) {
- err("Archive Intergrity Check Passed. Offset: "
+ out("Archive Intergrity Check Passed. Offset: "
+ (tCalc / 1000) + "sec.");
}
@@ -1403,7 +1406,7 @@ public class Main {
} catch (Exception e) {
err("Cant Read " + buildIDFile + "!");
err(e.getLocalizedMessage());
- System.err.println("");
+ err("");
// e.printStackTrace();
buildID(false);
readBuildID();
@@ -2010,8 +2013,8 @@ public class Main {
*
* unescape: http://www.w3.org/International/unescape.java
*
- * Copyright © 1997 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C® Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * Copyright � 1997 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This
+ * work is distributed under the W3C� Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE.
*
* [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231