Skip to content
  • Emmanuele Bassi's avatar
    actor: Fix has_constraints() and has_actions() · cbf01998
    Emmanuele Bassi authored
    When we changed the MetaGroup to handle internal effects, we updated
    has_effects(), but forgot to fix the equivalent has_constrains() and
    has_actions() method.
    
    Now, if we clear the constraints or the actions on an actor, and we
    call has_constraints() or has_actions(), we get an false positive.
    cbf01998