Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)
This commit is contained in:
@@ -47,7 +47,7 @@ bot.login().then((response) =>
|
||||
Typescript
|
||||
|
||||
```typescript
|
||||
import {Bot, BotOptionFlags, LoginParameters} from '@caspertech/node-metaverse';
|
||||
import { Bot, BotOptionFlags, LoginParameters } from '@caspertech/node-metaverse';
|
||||
|
||||
const loginParameters = new LoginParameters();
|
||||
loginParameters.firstName = 'firstName';
|
||||
|
||||
Reference in New Issue
Block a user