mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-27 05:05:20 +01:00
Fix guided waypoint markers by blocking the t_ method which allows movement in the NMS
This commit is contained in:
parent
432d9d7855
commit
7065a95b35
@ -21,4 +21,8 @@ public class EntityEnderSignalMarker extends EntityEnderSignal {
|
||||
@Override
|
||||
public void h() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void t_() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user