mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -05:00
This commit is contained in:
parent
48dbf566f6
commit
c6087e0edb
@ -885,9 +885,10 @@ public class InvUseOnObject implements PacketHandler {
|
||||
"Nothing interesting happens.");
|
||||
return;
|
||||
}
|
||||
//owner.setBusy(true);
|
||||
owner.setBusy(true);
|
||||
showBubble();
|
||||
owner.getActionSender().sendSound("mechanical");
|
||||
owner.setBusy(false);
|
||||
break;
|
||||
case 248: // Crystal key chest
|
||||
if (item.getID() != 525) {
|
||||
|
Loading…
Reference in New Issue
Block a user