Skip to content

Commit 61305f7

Browse files
authored
Fix NPE in ManipulatorTest (#2647)
1 parent f11b52a commit 61305f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/spongepowered/common/util/Constants.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -736,13 +736,6 @@ public static final class Ageable {
736736
}
737737

738738
public static final class ArmorStand {
739-
static {
740-
try {
741-
Class.forName(String.valueOf(EntityArmorStand.class));
742-
} catch (ClassNotFoundException e) {
743-
e.printStackTrace();
744-
}
745-
}
746739

747740
public static final Vector3d DEFAULT_HEAD_ROTATION = VecHelper.toVector3d(EntityArmorStandAccessor.accessor$getDefaultHeadRotation());
748741
public static final Vector3d DEFAULT_CHEST_ROTATION = VecHelper.toVector3d(EntityArmorStandAccessor.accessor$getDefaultBodyRotation());

0 commit comments

Comments
 (0)