Merge pull request #116 from WizardJesse1/patch-3

Fix issue #113
This commit is contained in:
Major
2015-12-30 16:18:43 +00:00
+1 -1
View File
@@ -40,7 +40,7 @@ end
# Hides a context menu action for the specified player
def hide_action(player, action)
show_action(player, PlayerAction.new(action.slot, action.primary, 'null'))
player.send(SetPlayerActionMessage.new('null', action.slot, action.primary))
end
# Monkey-patch Player to provide action utility methods.