Skip to content

Commit ff6835d

Browse files
Adding player action to rune.js
1 parent 4358789 commit ff6835d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/rune.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
WORLD_ITEM_ACTION: ActionType.WORLD_ITEM_ACTION, OBJECT_ACTION: ActionType.OBJECT_ACTION,
2727
ITEM_ON_OBJECT_ACTION: ActionType.ITEM_ON_OBJECT_ACTION, ITEM_ON_NPC_ACTION: ActionType.ITEM_ON_NPC_ACTION,
2828
COMMAND_ACTION: ActionType.COMMAND, PLAYER_INIT: ActionType.PLAYER_INIT, NPC_INIT: ActionType.NPC_INIT,
29+
PLAYER_ACTION: ActionType.PLAYER_ACTION,
2930
QUEST: ActionType.QUEST, RunePlugin,
3031

3132
world, InteractingAction, loopingAction, walkToAction,

0 commit comments

Comments
 (0)