remove yes

This commit is contained in:
Stanley Dimant
2022-07-09 13:05:39 +02:00
parent 048f1deddf
commit 8259920206

View File

@@ -185,7 +185,7 @@ public class CharacterDataFactory
}
AddReplacementsFromTexture(new Utf8String(((HumanExt*)human)->Decal->FileName()).ToString(), cache, 0, "Decal", false);
AddReplacementsFromTexture(new Utf8String(((HumanExt*)human)->LegacyBodyDecal->FileName()).ToString(), cache, 0, "Legacy Decal", false);yes
AddReplacementsFromTexture(new Utf8String(((HumanExt*)human)->LegacyBodyDecal->FileName()).ToString(), cache, 0, "Legacy Decal", false);
st.Stop();
Logger.Verbose("Building Character Data took " + st.Elapsed);