mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-26 00:28:28 -05:00
Reload displayed object on import
This commit is contained in:
parent
f49d223e7b
commit
94c141393f
|
|
@ -117,6 +117,7 @@ private void B_LoadHouse_Click(object sender, EventArgs e)
|
|||
var current = Houses[Index];
|
||||
h.NPC1 = current.NPC1;
|
||||
Houses[Index] = h;
|
||||
PG_Item.SelectedObject = h;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user