Skip to content

Commit

Permalink
Merge pull request #955 from NyakoFox/remove-msgbox
Browse files Browse the repository at this point in the history
Remove an annoying message box
  • Loading branch information
Grossley authored Jun 10, 2022
2 parents 94ea048 + c56f936 commit 6716177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UndertaleModTool/Controls/UndertaleObjectReference.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ private void Details_Click(object sender, RoutedEventArgs e)
{
if (ObjectReference is null)
{
MessageBox.Show("This feature is very WIP, so expect it to be broken.");

MainWindow mainWindow = Application.Current.MainWindow as MainWindow;

if (mainWindow.Selected is null)
Expand Down

0 comments on commit 6716177

Please sign in to comment.