Fix cases of net messages not being registered before being sent.
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Content.Client
|
||||
{
|
||||
_netManager.RegisterNetMessage<MsgPreferencesAndSettings>(nameof(MsgPreferencesAndSettings),
|
||||
HandlePreferencesAndSettings);
|
||||
_netManager.RegisterNetMessage<MsgUpdateCharacter>(nameof(MsgUpdateCharacter));
|
||||
}
|
||||
|
||||
public void SelectCharacter(ICharacterProfile profile)
|
||||
|
||||
Reference in New Issue
Block a user