In pCampbot PhysicsBehaviour.Close(), only cancel jumping if bot is connected
parent
9c3c9b7f5f
commit
b781a23c44
|
@ -80,6 +80,7 @@ namespace pCampBot
|
||||||
|
|
||||||
public override void Close()
|
public override void Close()
|
||||||
{
|
{
|
||||||
|
if (Bot.ConnectionState == ConnectionState.Connected)
|
||||||
Bot.Client.Self.Jump(false);
|
Bot.Client.Self.Jump(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue