dfc9b823a4
The createActor hook was causing 'ActiveEffect application phase already completed' errors because setFlag() triggers actor updates which call prepareData() -> prepareEmbeddedDocuments() -> applyActiveEffects(). Even with setTimeout delays, the error persisted. The cleanest solution is to remove the auto-setting entirely. Users can enable edit mode manually via the checkbox in the character sheet (which is preserved). This prevents the error on: - Character sheet profile editing - Creature sheet creation - Group sheet profile editing Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>