- Fix bugs/inconsistencies related to spectator shields.

This commit is contained in:
IQuant 2024-09-01 12:51:50 +03:00
parent 491f29948a
commit b51e4db750
3 changed files with 57 additions and 22 deletions

View file

@ -9,4 +9,5 @@
- `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)`
- `ctx.hook.on_local_player_polymorphed(currently_polymorphed)`
- `ctx.hook.on_client_polymorphed(peer_id, player_data)`