diff --git a/Shared/NetCode/core.hpp b/Shared/NetCode/core.hpp index c571f967a..1849777d7 100644 --- a/Shared/NetCode/core.hpp +++ b/Shared/NetCode/core.hpp @@ -748,7 +748,9 @@ namespace RPC bs.writeUINT16(PlayerID); bs.writeUINT32(Skin); - bs.writeUINT32(CustomSkin); + + if (isDL) + bs.writeUINT32(CustomSkin); } };