summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-02-25 19:17:24 +0100
committertpart <tpart120@proton.me>2025-02-25 19:17:35 +0100
commitae98273c288b0ba357b5d97231136d75273edd4e (patch)
treec0a7e68b83269fab38137fb8d13a94bd234ffbf2
parent46cc85069670e90749c8f64d184539bb3fde6373 (diff)
downloadweareserver-ae98273c288b0ba357b5d97231136d75273edd4e.tar
weareserver-ae98273c288b0ba357b5d97231136d75273edd4e.tar.bz2
weareserver-ae98273c288b0ba357b5d97231136d75273edd4e.tar.zst
fix incorrect avatar key name
-rw-r--r--doc/resources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/resources.md b/doc/resources.md
index 4ae1d9e..b86a2f8 100644
--- a/doc/resources.md
+++ b/doc/resources.md
@@ -36,7 +36,7 @@
| `armature` | `Res<ArmaturePart>` | Multi key |
| `particles` | `Res<ParticlesPart>` | Multi key |
| `animation` | `Res<AnimationPart>` | Multi key |
-| `avatar` | `Res<AvatarInfoPart>` | |
+| `avatar_info` | `Res<AvatarInfoPart>` | |
| `environment` | `Res<EnvironmentPart>` | |
## MeshPart