# Objective The `Despawn` command breaks the hierarchy whenever you use it if the despawned entity has a parent or any children. This is a serious footgun because the `Despawn` command has the shortest name, the behavior is unexpected and not likely to be what you want, and the crash that it causes can be very difficult to track down. ## Solution Until this can be fixed by relations, add a note mentioning the footgun in the documentation. |
||
|---|---|---|
| .. | ||
| commands | ||
| adapter_system.rs | ||
| combinator.rs | ||
| exclusive_function_system.rs | ||
| exclusive_system_param.rs | ||
| function_system.rs | ||
| mod.rs | ||
| query.rs | ||
| system_param.rs | ||
| system_registry.rs | ||
| system.rs | ||