Fix crash when nonexistant material is added.

This commit is contained in:
IQuant 2024-08-11 13:57:25 +03:00
parent c27b56bfff
commit 554f14ca44
7 changed files with 46 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# List of available hooks:
- `ctx.hook.on_world_initialized()`
- `ctx.hook.on_world_update()`
- `ctx.hook.on_world_update_client()`
- `ctx.hook.on_world_update_host()`