Commit Graph

2 Commits

  • chore(cli): drop unused imports and orphan lang key
    - Remove unused `world` import from ListCommand.js and PlaceCommand.js
      (plan code blocks included it but neither command uses it).
    - Delete orphaned `construct.commands.construct.denyorigin` lang key
      from en_US and zh_CN — its sole consumer was the original
      commands/construct.js, which was replaced by ConstructCommand using
      the shared `construct.commands.error.notAPlayer` key.
    - Carry the previously-orphaned Chinese translation forward to the
      notAPlayer key in zh_CN.lang.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>