4.2.1 Release

Fix 1.18.2 client respawn on legacy servers
This commit is contained in:
Nassim Jahnke 2022-02-28 16:01:41 +01:00
parent 3dfb96dec9
commit f361bd66ea
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 2 deletions

View File

@ -86,6 +86,6 @@ public class EntityPackets {
Via.getPlatform().getLogger().severe("Could not get dimension data of " + dimensionType);
throw new NullPointerException("Dimension data for " + dimensionType + " is null!");
}
return tag;
return tag.clone();
}
}

View File

@ -1,5 +1,5 @@
# 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
org.gradle.daemon=true