mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Sound fix
This commit is contained in:
@@ -31,10 +31,6 @@ public class PickupItem implements PacketType {
|
||||
player.resetWalkingQueue();
|
||||
return;
|
||||
}
|
||||
if(!Server.itemHandler.itemExists(player.pItemId, player.pItemX, player.pItemY)) {
|
||||
player.stopMovement();
|
||||
return;
|
||||
}
|
||||
player.getCombatAssistant().resetPlayerAttack();
|
||||
if (player.stopPlayerPacket) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user