mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Fixed an issue with teleother that wasnt working at all. (#159)
Fixed an issue with teleother that wasnt working at all.
This commit is contained in:
@@ -214,8 +214,6 @@ public class AttackPlayer implements PacketType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (teleother) {
|
if (teleother) {
|
||||||
c.stopMovement();
|
|
||||||
c.getCombatAssistant().resetPlayerAttack();
|
|
||||||
if (c.inTrade) {
|
if (c.inTrade) {
|
||||||
c.getTrading().declineTrade(true);
|
c.getTrading().declineTrade(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user