Have the code reflect the patch tool updates

This commit is contained in:
ME1312 2018-04-09 23:29:06 -04:00
parent 339144e5cc
commit dae819ae19
9 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -93,9 +93,9 @@ public class InternalSubCreator extends SubCreator {
if (template.getType() == ServerType.VANILLA) {
String commit;
if (version.compareTo(new Version("1.12")) >= 0) {
commit = "b8f7aa8b3988e164b04911cc47b54b4cc8a554a1";
commit = "6c29bc48854f75fae6e8c16bbbdb47bd53a8e082";
} else {
commit = "df9797496a7c148aaeec73a13cda521275b12db8";
commit = "339144e5cc406c3bc71aed66b636cbb348932eb0";
}
version = new Version(version.toString() + " " + commit);
} else if (template.getType() == ServerType.SPONGE) {

Binary file not shown.

View File

@ -215,9 +215,9 @@ public class SubCreator {
if (template.getType() == ServerType.VANILLA) {
String commit;
if (version.compareTo(new Version("1.12")) >= 0) {
commit = "b8f7aa8b3988e164b04911cc47b54b4cc8a554a1";
commit = "6c29bc48854f75fae6e8c16bbbdb47bd53a8e082";
} else {
commit = "df9797496a7c148aaeec73a13cda521275b12db8";
commit = "339144e5cc406c3bc71aed66b636cbb348932eb0";
}
version = new Version(version.toString() + " " + commit);
} else if (template.getType() == ServerType.SPONGE) {