버그 수정
This commit is contained in:
@@ -58,7 +58,7 @@ public void Checkout(CheckoutMachine checkoutMachine)
|
||||
else
|
||||
{
|
||||
var parts = new List<string>(missing.Count);
|
||||
foreach (var (group, shortage) in missing) parts.Add($"{group} x{shortage}");
|
||||
foreach (var (group, shortage) in missing) parts.Add($"{group.ToKorean()} x{shortage}");
|
||||
GameManager.Instance.GameSceneUI.ShowMissingPanel(parts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user