Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 5af23e9

Browse files
committed
오이런 저장안하고올림
1 parent b16f310 commit 5af23e9

File tree

1 file changed

+1
-2
lines changed
  • SDLU_Shooting_Again/SDLU_Shooting_Again/Assets/001_Scripts/Handler

1 file changed

+1
-2
lines changed

SDLU_Shooting_Again/SDLU_Shooting_Again/Assets/001_Scripts/Handler/DeadHandler.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ private void Start()
2121
UserManager.Instance.Remove(vo.id);
2222
if(vo.id == GameManager.Instance.Player.ID)
2323
{
24-
Application.Quit();
25-
24+
Application.Quit();
2625
}
2726
});
2827
}

0 commit comments

Comments
 (0)