Fixes MsgSelectCharacter not being registered

This commit is contained in:
Víctor Aguilera Puerto
2020-07-07 21:27:32 +02:00
parent e7847d1555
commit 830d7bc02d

View File

@@ -27,6 +27,7 @@ namespace Content.Client
_netManager.RegisterNetMessage<MsgPreferencesAndSettings>(nameof(MsgPreferencesAndSettings),
HandlePreferencesAndSettings);
_netManager.RegisterNetMessage<MsgUpdateCharacter>(nameof(MsgUpdateCharacter));
_netManager.RegisterNetMessage<MsgSelectCharacter>(nameof(MsgSelectCharacter));
}
public void SelectCharacter(ICharacterProfile profile)