Skin network sync, new server build
This commit is contained in:
@@ -18,6 +18,7 @@ public class ChangeCharacterOnSelection : MonoBehaviour
|
||||
}
|
||||
|
||||
void RefreshCharacter(){
|
||||
if(CharacterSelection.selectedCharJson == null){return;}
|
||||
if(CharacterSelection.selectedCharJson.Length <= 0){return;}
|
||||
character.FromJson(CharacterSelection.selectedCharJson, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user