미니 게임 입장 후 입장 기회가 2회 차감되는 현상 (표기 문제인지?)

This commit is contained in:
Ino 2025-12-19 17:12:24 +09:00
parent 934f2d958a
commit ba2e4e17b2
1 changed files with 0 additions and 1 deletions

View File

@ -659,7 +659,6 @@ public class HorseRushPanel : AddrHandleBase
{
gameObject.SetActive(false);
DSUtil.InActivateGameObjects(gos_sexy);
LobbyUI.Ins.MiniGameResult();
LobbyUI.Ins.Go_Home();
}
}