Browse Source

Add functionality to get map command

Moves current item to free slot instead of deleting. If a free slot isn't available it drops the current item onto the ground then puts it in the user's hand.
master
elliot 3 years ago
parent
commit
569e31ca08
  1. 2
      src/cx/sfy/LagAssist/MonTools.java

2
src/cx/sfy/LagAssist/MonTools.java

@ -235,4 +235,4 @@ public class MonTools implements Listener {
}
return true;
}
}
}
Loading…
Cancel
Save