forked from 2009Scape/Server
Adjust noclip movement type speed
This commit is contained in:
parent
063f7c3fe8
commit
05238636c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue