From 569e31ca0801a2e514e8453cae9e913358b011ed Mon Sep 17 00:00:00 2001 From: elliot Date: Sat, 25 Sep 2021 12:34:50 +0200 Subject: [PATCH] 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. --- src/cx/sfy/LagAssist/MonTools.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cx/sfy/LagAssist/MonTools.java b/src/cx/sfy/LagAssist/MonTools.java index dee2b1e..77c0af7 100644 --- a/src/cx/sfy/LagAssist/MonTools.java +++ b/src/cx/sfy/LagAssist/MonTools.java @@ -235,4 +235,4 @@ public class MonTools implements Listener { } return true; } -} +} \ No newline at end of file