Little fix
This commit is contained in:
parent
06476db63c
commit
c77adfd4cf
|
@ -24,13 +24,13 @@ public class ResultSceneManager : MonoBehaviour
|
|||
|
||||
if (!LeaderboardController.Instance.CheckCurrentPlayerDailyTop() && !LeaderboardController.Instance.CheckCurrentPlayerGlobalTop())
|
||||
{
|
||||
//OnNoAllTop?.Invoke();
|
||||
OnNoAllTop?.Invoke();
|
||||
}
|
||||
}
|
||||
|
||||
public void CheckDailyTop()
|
||||
{
|
||||
if (true)//LeaderboardController.Instance.CheckCurrentPlayerDailyTop())
|
||||
if (LeaderboardController.Instance.CheckCurrentPlayerDailyTop())
|
||||
{
|
||||
OnDailyTop?.Invoke(LeaderboardController.Instance.GetCurrentPlayerDailyPos());
|
||||
Debug.Log("Âû ïîïàëè â Òîï 30 èãðîêîâ äíÿ!");
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue