Adjust noclip movement type speed

This commit is contained in:
ceikry
2021-07-22 11:24:47 -05:00
parent 063f7c3fe8
commit 05238636c7
+1 -1
View File
@@ -742,7 +742,7 @@ object ContentAPI {
@JvmStatic
fun forceWalk(entity: Entity, dest: Location, type: String){
if(type == "clip"){
ForceMovement(entity, dest, 1, 1).run()
ForceMovement(entity, dest, 10, 10).run()
return
}
val pathfinder = when(type){