Skip to content

Commit

Permalink
change required update popup type error -> info
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-jeahyunchoi committed Nov 20, 2023
1 parent 94262f6 commit 9ccdb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoyume/Assets/_Scripts/Game/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ private IEnumerator Start()
"UI_REQUIRED_UPDATE_CONTENT",
"UI_OK",
true,
IconAndButtonSystem.SystemType.Error);
IconAndButtonSystem.SystemType.Information);
popup.ConfirmCallback = popup.CancelCallback = () =>
{
#if UNITY_ANDROID
Expand Down

0 comments on commit 9ccdb0c

Please sign in to comment.