Skip to content

Commit

Permalink
v47
Browse files Browse the repository at this point in the history
  • Loading branch information
osamadeep committed May 4, 2022
1 parent 8ad623b commit e2fc38e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nekoyume/Assets/_Scripts/UI/Widget/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ await UniTask.Run(async () =>

arenaCurrentPositionText.text = "#" + currentArenaInfo.rank;

await Task.Delay(300000); //300000 = 5 minutes
await Task.Delay(600000); //300000 = 5 minutes
}
}

Expand Down Expand Up @@ -1057,4 +1057,4 @@ protected override void Update()
}
#endif
}
}
}

0 comments on commit e2fc38e

Please sign in to comment.