Open trasa opened 6 years ago
If the client fails to login or create an account, and then sends a command like 'look', the server will terminate with null pointer error; msg.Player will be null.
Instead need to refuse to process any commands from unauthenticated clients.
If the client fails to login or create an account, and then sends a command like 'look', the server will terminate with null pointer error; msg.Player will be null.
Instead need to refuse to process any commands from unauthenticated clients.