Fix guided waypoint markers by blocking the t_ method which allows movement in the NMS

This commit is contained in:
mcmonkey4eva 2015-03-23 19:49:42 -07:00
parent 432d9d7855
commit 7065a95b35

View File

@ -21,4 +21,8 @@ public class EntityEnderSignalMarker extends EntityEnderSignal {
@Override
public void h() {
}
@Override
public void t_() {
}
}