Skip to content

Command listeners are not unregistered. #300

@ToroidalDevil

Description

@ToroidalDevil

When a trigger watching for a command is disabled, UnregisterCommandListener() is never called. This means that CommandHelper.CommandTrigger still has ProcessCommandReceiveTriggerWatcher() registered, even though it no longer cares... which means if a command is received, it still runs the actions.... or tries to anyways.

Until it logs this statement: "MES Behavior / Command: The command hit the originating grid", which appears to stop all action processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions