Fix compilation of 1.14.4

This commit is contained in:
Jonas Herzig
2020-03-30 01:03:46 +02:00
parent 82bbf7b495
commit 5c13995e59
5 changed files with 8 additions and 25 deletions

View File

@@ -73,17 +73,10 @@ public abstract class UriScheme {
switch (SystemUtil.getOperatingSystem()) {
case LINUX:
return new LinuxUriScheme();
//#if MC>=11500
//$$ case WINDOWS:
//$$ return new WindowsUriScheme();
//$$ case OSX:
//$$ return new OSXUriScheme();
//#else
case field_1133:
case WINDOWS:
return new WindowsUriScheme();
case field_1137:
case OSX:
return new OSXUriScheme();
//#endif
case SOLARIS:
case UNKNOWN:
default: