Fix the weird item duplication thing.

This commit is contained in:
IQuant 2024-08-22 17:53:14 +03:00
parent 0ff772c321
commit 7f90a21db1
4 changed files with 22 additions and 1 deletions

View file

@ -8,4 +8,5 @@
- `ctx.hook.on_local_player_spawn(my_player)`
- `ctx.hook.on_client_spawned(peer_id, new_playerdata)`
- `ctx.hook.on_should_send_updates()` - called either when we connect, or somebody else connects (and sends "welcome" message)
- `ctx.hook.on_draw_debug_window(imgui)`