aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAren <[email protected]>2017-02-27 19:03:40 +0100
committerGitHub <[email protected]>2017-02-27 19:03:40 +0100
commitf90247001ee5b12fd23c9bd137aac2d502697df5 (patch)
tree340c5f3cccf675a8e536dc298793f2343659d2b4
parent43364450a2215a92000d4fa62c11e30bf1a3d295 (diff)
downloadshiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.tar.gz
shiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.tar.bz2
shiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.zip
Why was Snakey unquittable? ;)
-rw-r--r--ShiftOS.WinForms/Applications/Snakey.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Snakey.cs b/ShiftOS.WinForms/Applications/Snakey.cs
index 0c704d5..789a5b7 100644
--- a/ShiftOS.WinForms/Applications/Snakey.cs
+++ b/ShiftOS.WinForms/Applications/Snakey.cs
@@ -34,7 +34,7 @@ namespace ShiftOS.WinForms.Applications
public bool OnUnload()
{
- throw new NotImplementedException();
+ return true;
}
public void OnUpgrade()