Sync missing content

see previous commit, lol
This commit is contained in:
Kurt
2019-12-07 15:15:35 -08:00
parent a178418c3d
commit c2dd2c9145

View File

@@ -411,7 +411,7 @@ private void ClickBoxDouble(object sender, MouseEventArgs e)
private void ClickClone(object sender, EventArgs e)
{
var detail = GetSlotData((PictureBox) sender);
var detail = Box.GetSlotData((PictureBox) sender);
if (detail is SlotInfoBox)
RequestCloneData?.Invoke(sender, e);
}