mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Fixed issue caused to use old interaction method
This commit is contained in:
@@ -40,7 +40,7 @@ public final class Npc extends Character {
|
||||
* @param option
|
||||
*/
|
||||
public void interact(Npcs.Option option) {
|
||||
Menu.interact(this, option.getActionId());
|
||||
Menu.interact(this, option);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ public class Player extends Character {
|
||||
* @param option
|
||||
*/
|
||||
public void interact(Players.Option option) {
|
||||
Menu.interact(this, option.getActionId());
|
||||
Menu.interact(this, option);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user