mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-23 18:45:39 +01:00
Fix for skeleton type issue.
This commit is contained in:
parent
3d74649afd
commit
548a893d41
@ -109,7 +109,7 @@ public class EntityUtils {
|
||||
}
|
||||
case SKELETON_TYPE: {
|
||||
if (!(toClone instanceof Skeleton)
|
||||
|| plugin.isServerVersionAtLeast(ServerVersion.V1_12)) break;
|
||||
|| plugin.isServerVersionAtLeast(ServerVersion.V1_11)) break;
|
||||
((Skeleton) newEntity).setSkeletonType(((Skeleton) toClone).getSkeletonType());
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user