diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-02 14:13:03 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-02 14:13:03 -0400 |
| commit | 98ba9b941b5b5062a1723c225e6f9f782a9c74a9 (patch) | |
| tree | 292c358ee12044c0d10f226b1628fcf35c773bf3 /Project Ports/hijackScreen.cs | |
| parent | b14c88a25a7704e37514a4b5f4e761e925bd2536 (diff) | |
| download | Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.gz Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.bz2 Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.zip | |
Boot and crash fixes
Diffstat (limited to 'Project Ports/hijackScreen.cs')
| -rw-r--r-- | Project Ports/hijackScreen.cs | 3 |
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(); } } } |
