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:
Gptaqbc
2019-11-10 12:26:41 -05:00
committed by Daniel Ginovker
parent 8d14d76313
commit 4db7ee6761
@@ -214,8 +214,6 @@ public class AttackPlayer implements PacketType {
}
if (teleother) {
c.stopMovement();
c.getCombatAssistant().resetPlayerAttack();
if (c.inTrade) {
c.getTrading().declineTrade(true);
}