Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-27 16:40:10 +01:00
4.2.1 Release
Fix 1.18.2 client respawn on legacy servers
Dieser Commit ist enthalten in:
Ursprung
3dfb96dec9
Commit
f361bd66ea
@ -86,6 +86,6 @@ public class EntityPackets {
|
|||||||
Via.getPlatform().getLogger().severe("Could not get dimension data of " + dimensionType);
|
Via.getPlatform().getLogger().severe("Could not get dimension data of " + dimensionType);
|
||||||
throw new NullPointerException("Dimension data for " + dimensionType + " is null!");
|
throw new NullPointerException("Dimension data for " + dimensionType + " is null!");
|
||||||
}
|
}
|
||||||
return tag;
|
return tag.clone();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
|
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
|
||||||
projectVersion=4.2.0
|
projectVersion=4.2.1
|
||||||
|
|
||||||
# Gradle properties
|
# Gradle properties
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren