|
@@ -1067,7 +1067,8 @@ namespace GFGGame
|
|
}
|
|
}
|
|
if (cfg.emojiRes.Length > 0 && cfg.emojiRes != "0")
|
|
if (cfg.emojiRes.Length > 0 && cfg.emojiRes != "0")
|
|
{
|
|
{
|
|
- string aniRes = ResPathUtil.GetEmojiResPath("DressUp",cfg.emojiRes);
|
|
|
|
|
|
+ string EmojiPath = string.Format("DressUp/{0}", cfg.emojiRes);
|
|
|
|
+ string aniRes = ResPathUtil.GetEmojiResPath(EmojiPath, cfg.emojiRes);
|
|
if (!resList.Contains(aniRes))
|
|
if (!resList.Contains(aniRes))
|
|
{
|
|
{
|
|
resList.Add(aniRes);
|
|
resList.Add(aniRes);
|