diff --git a/CodeWalker/WorldForm.cs b/CodeWalker/WorldForm.cs index 9692013..39cefd0 100644 --- a/CodeWalker/WorldForm.cs +++ b/CodeWalker/WorldForm.cs @@ -6346,6 +6346,10 @@ namespace CodeWalker rendermaps = false; renderworld = false; ViewTabControl.SelectedTab = ViewModelTabPage; + if (SelectionNameTextBox.Text != "" && SelectionNameTextBox.Text != "Nothing selected") + { + modelname = SelectionNameTextBox.Text; + } break; }