You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.