From 1a5d415ecbed4fb73f03c8e65e1271c4fdfd56ff Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 21 Mar 2021 01:22:49 +0300 Subject: [PATCH] fix character skins - fixed a bug where the player couldn't choose a skin for steampunk outfit; - fixed a bug when the effects of the costume were not displayed (for example, the glow of the reaper outfit). --- ServerExt/Classes/ExtCharacterInfo.uc | 34 +++------------------------ ServerExt/Classes/ExtMenu_Gear.uc | 2 +- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/ServerExt/Classes/ExtCharacterInfo.uc b/ServerExt/Classes/ExtCharacterInfo.uc index 3fdeba8..c0b4d94 100644 --- a/ServerExt/Classes/ExtCharacterInfo.uc +++ b/ServerExt/Classes/ExtCharacterInfo.uc @@ -2,32 +2,6 @@ class ExtCharacterInfo extends Object abstract; -// Hack fix for not being able to compile materials in run-time. -static final function CloneMIC(MaterialInstanceConstant B) -{ - local int i; - local MaterialInstanceConstant M; - local LinearColor C; - - M = MaterialInstanceConstant(B.Parent); - if (M==None) - return; - B.SetParent(M.Parent); - - for (i=0; i