aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/hijackScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/hijackScreen.cs')
-rw-r--r--Project Ports/hijackScreen.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project Ports/hijackScreen.cs b/Project Ports/hijackScreen.cs
index fca9070..40e8fa7 100644
--- a/Project Ports/hijackScreen.cs
+++ b/Project Ports/hijackScreen.cs
@@ -40,13 +40,14 @@ namespace Project_Ports
private void hijackScreen_Load(object sender, EventArgs e)
{
- StorylineAPI.StartHijackEvent1(txtHijack);
+ StorylineAPI.StartHijackEvent1(txtHijack);
}
private void btnSkipHijack_Click(object sender, EventArgs e)
{
Desktop desktop = new Desktop();
desktop.Show();
+ this.Close();
}
}
}