diff --git a/logic/Client/MainWindow.xaml.cs b/logic/Client/MainWindow.xaml.cs index e05a9ea..e369d3a 100644 --- a/logic/Client/MainWindow.xaml.cs +++ b/logic/Client/MainWindow.xaml.cs @@ -842,7 +842,7 @@ namespace Client { icon.Text = "🅰"; } - UpperLayerOfMap.Children.Add(icon); + UpperLayerOfMap.Children.Add(icon); } foreach (var data in listOfChest) { @@ -860,7 +860,7 @@ namespace Client BorderBrush = Brushes.Transparent, IsReadOnly = true }; - if(deg==100) + if (deg == 100) { icon.Text = "😄"; }