Jelajahi Sumber

fix timer reset on room enter

Llandy Riveron Del Risco 4 bulan lalu
induk
melakukan
0719237ddf
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      Assets/Scripts/Script/LobbyManager_RandomMatch.cs

+ 0 - 2
Assets/Scripts/Script/LobbyManager_RandomMatch.cs

@@ -222,8 +222,6 @@ public class LobbyManager_RandomMatch : MonoBehaviourPunCallbacks
 
         yield return ContinuousController.instance.StartCoroutine(loadingObject.EndLoading());
 
-        time = 0;
-
         ReturnButton.SetActive(true);
     }
     #endregion