Update LN_resume_action.py

This commit is contained in:
knowledgenude 2020-10-11 12:06:36 -03:00 committed by GitHub
parent 46f0c3eb9b
commit 6ed63ad7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ from arm.logicnode.arm_nodes import *
class ResumeActionNode(ArmLogicTreeNode):
"""Resumes the given action."""
bl_idname = 'LNResumeActionNode'
bl_label = 'Resume Action'
bl_description = "Please use the \"Set Action Paused\" node instead"
bl_icon = 'ERROR'
arm_version = 2