Fix for "Use item on"

This commit is contained in:
RedSparr0w
2019-12-06 10:35:37 +13:00
parent 9581eebcd7
commit a122db4c0e
12 changed files with 6 additions and 6 deletions
@@ -76,7 +76,7 @@ public class ActionExecutor {
}
else
{
switch (action.getMethod().replace("-", " "))
switch (action.getMethod().replace("-", " ").trim())
{
case "Interact with entity by ID":
actionHandler.handleInteractWith(action);