diff --git a/Server/src/main/kotlin/api/ContentAPI.kt b/Server/src/main/kotlin/api/ContentAPI.kt index 00103d5be..25b4921fa 100644 --- a/Server/src/main/kotlin/api/ContentAPI.kt +++ b/Server/src/main/kotlin/api/ContentAPI.kt @@ -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){