Open francy51 opened 4 years ago
does this still happen?
any note in the log recently?
The issue was in the hook invocation - the parameters were not being passed in by the Invoke method.
Zombie Bug - But at least now we have a debug log: https://i.imgur.com/f9pQJhu.png
Possible Theory: LoginPlayer may be called when the NetworkConnection is null while the client is between zones. Adding a Debug.Log to the login player method to validate the state of each param will help us diagnose the issue now and in the future. Eg: Account x logged in with Player y on Connection z <- (something along those lines)
possible typo in one devExtension Hook related to NetworkManager and LoginPlayer