1.6.03 (minor fix)
This commit is contained in:
parent
70d336d7b7
commit
e1c6b6eca6
@ -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
|
||||
|
@ -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
|
||||
|
Binary file not shown.
@ -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<EFBFBD> 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 {
|
||||
* <br>
|
||||
* unescape: <a href="http://www.w3.org/International/unescape.java">http://www.w3.org/International/unescape.java</a><br>
|
||||
* <br>
|
||||
* 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 <EFBFBD> 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<EFBFBD> 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.<br>
|
||||
* <br>
|
||||
* [1] <a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231</a>
|
||||
|
Reference in New Issue
Block a user