mirror of
https://github.com/2006-Scape/Script-Factory.git
synced 2026-07-03 00:38:11 +00:00
Fix for "Use item on"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user