ForgeNetworkingRemastered
ForgeNetworkingRemastered copied to clipboard
Refactor Connect() - give more control to developers
Clients' Connect() method should return at least bool so developers can verify if the method call was successful or not, without having to implement fail event handlers. Basically, now it forces developer to have the Connect() call as the last line in the method.
Please fix the conflict.