bedrock-protocol/examples/client
Jonathan Nagy 7263714562
Fix chat echo sample (#233)
* Fix chat echo sample

The `client.options.username` reference is optional for online connections.  Referencing it here when it is null will not filter out the echo text, causing an infinite loop.

* Update client.js
2022-06-27 21:49:54 -04:00
..
client.js Fix chat echo sample (#233) 2022-06-27 21:49:54 -04:00
clientInternal.js Bump bedrock-provider in tests (#172) 2022-01-07 18:36:38 -05:00
createClient.js Update some examples, cleanup (#136) 2021-09-18 19:50:43 -04:00
realm.js Implement Realm joining (#193) 2022-04-09 13:11:12 -04:00