Adjust noclip movement type speed
This commit is contained in:
@@ -742,7 +742,7 @@ object ContentAPI {
|
|||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun forceWalk(entity: Entity, dest: Location, type: String){
|
fun forceWalk(entity: Entity, dest: Location, type: String){
|
||||||
if(type == "clip"){
|
if(type == "clip"){
|
||||||
ForceMovement(entity, dest, 1, 1).run()
|
ForceMovement(entity, dest, 10, 10).run()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
val pathfinder = when(type){
|
val pathfinder = when(type){
|
||||||
|
|||||||
Reference in New Issue
Block a user