Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-17 05:20:10 +01:00
1.20.3-pre3
Dieser Commit ist enthalten in:
Ursprung
2bd687b19d
Commit
d4011f3646
@ -316,7 +316,9 @@ public final class Protocol1_20_2To1_20_3 extends BackwardsProtocol<ClientboundP
|
||||
wrapper.write(Type.UUID, storage != null ? storage.uuid() : UUID.randomUUID());
|
||||
|
||||
final int action = wrapper.read(Type.VAR_INT);
|
||||
if (action > 3) { // Aadded invalid url, failed reload, and discarded
|
||||
if (action == 4) { // Downloaded
|
||||
wrapper.cancel();
|
||||
} else if (action > 4) { // Invalid url, failed reload, and discarded
|
||||
wrapper.write(Type.VAR_INT, 2); // Failed download
|
||||
} else {
|
||||
wrapper.write(Type.VAR_INT, action);
|
||||
|
@ -1,4 +1,4 @@
|
||||
projectVersion=4.9.0-1.20.3-pre1-SNAPSHOT
|
||||
projectVersion=4.9.0-1.20.3-pre3-SNAPSHOT
|
||||
|
||||
# Smile emoji
|
||||
mcVersions=1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren