Fix data docs
This commit is contained in:
parent
d810597892
commit
672e05a16e
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue