diff --git a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs index 1830f22b..ffb408ad 100644 --- a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs +++ b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs @@ -118,6 +118,7 @@ public class InteractionController : MonoBehaviour // Interaction Controller와 같은 방식으로 작동됩니다. private void SuddenAfterWorkEventHappen() { + PlayerStats.Instance.OnWorked -= SuddenAfterWorkEventHappen; AfterWorkEventType afterWorkEventType = SuddenEventCalculator(); if (afterWorkEventType == AfterWorkEventType.None) return;