Players on my server are unable to use skins.
Crafting an item with a skin results in a default skin, and we're also unable to use the repair bench to skin (skins to default).
I was digging around in ItemDefinition.FindSkin method.IPlayerItemDefinition itemDefinition2 = ((IPlatformService) PlatformService.Instance).GetItemDefinition(skinID);
We're not using any sort of skins plugin either.
Thanks.