Commit 9c3c996
fix(locale): quote cs.yml island-chat-spy syntax to fix malformed YAML
The island-chat-spy syntax line contained an unquoted `: ` (colon+space)
which YAML interprets as a mapping separator, causing a parse error on
startup. Quoted the value to match the already-quoted team-chat-spy line.
Fixes BentoBoxWorld/BentoBox#2953
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 205da87 commit 9c3c996
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
0 commit comments