Fix data docs

This commit is contained in:
ChillerDragon 2022-11-05 19:02:11 +01:00
parent d810597892
commit 672e05a16e

View file

@ -67,7 +67,7 @@ Here an example to see what keys you are given for a client info event.
client = TeeworldsClient.new
client.on_client_info do |context|
p context.keys
p context.data.keys
# [:player, :chunk]
end
```