docs: Fix another typo

This commit is contained in:
Oliver
2025-05-12 21:30:12 +02:00
parent 683cdce3f1
commit a6dd6622d4

View File

@@ -77,7 +77,7 @@ manager.addHologram(hologram);
```
!!!
If you don't want to persist the npc, you can do the following: `npc.setPersistent(false);`
If you don't want to persist the hologram, you can do the following: `hologram.setPersistent(false);`
!!!
## Modify an existing hologram