Update to MC 1.14.1
The ReplayStudio update also fixes an issue with reading the PlayerListEntryPacket leading to NPEs during Quick Mode.
This commit is contained in:
@@ -71,7 +71,7 @@ public abstract class UriScheme {
|
||||
|
||||
public static UriScheme create() {
|
||||
switch (SystemUtil.getOperatingSystem()) {
|
||||
case UNIX:
|
||||
case LINUX:
|
||||
return new LinuxUriScheme();
|
||||
case WINDOWS:
|
||||
return new WindowsUriScheme();
|
||||
|
||||
Reference in New Issue
Block a user