Update to MC 1.14.4

This commit is contained in:
Jonas Herzig
2019-07-19 13:54:22 +02:00
parent c4c4b75022
commit 67d7af2dc3
16 changed files with 42 additions and 35 deletions

View File

@@ -73,9 +73,9 @@ public abstract class UriScheme {
switch (SystemUtil.getOperatingSystem()) {
case LINUX:
return new LinuxUriScheme();
case WINDOWS:
case field_1133:
return new WindowsUriScheme();
case MAC:
case field_1137:
return new OSXUriScheme();
case SOLARIS:
case UNKNOWN: