Fix ctrl held at launch exception

This commit is contained in:
Kaphotics 2016-04-04 20:39:11 -07:00
parent 088996f4ce
commit d1cd61f0c4

View file

@ -379,6 +379,8 @@ namespace PKHeX
// Misc Options
private void clickShowdownImportPK6(object sender, EventArgs e)
{
if (!formInitialized)
return;
if (!Clipboard.ContainsText())
{ Util.Alert("Clipboard does not contain text."); return; }