Skip to content

Commit

Permalink
Fixed button reproducing like rabbits. Updated license year and people.
Browse files Browse the repository at this point in the history
  • Loading branch information
magico13 committed May 27, 2016
1 parent 7b94c74 commit 8844c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BROKE/BROKE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ internal override void Start()
OnAppLauncherReady();
else
GameEvents.onGUIApplicationLauncherReady.Add(OnAppLauncherReady);

}

internal override void OnDestroy()
{
// GameEvents.onGUIApplicationLauncherReady.Remove(OnAppLauncherReady);
GameEvents.onGUIApplicationLauncherReady.Remove(OnAppLauncherReady);
ApplicationLauncher.Instance.RemoveModApplication(button);
}

Expand Down
2 changes: 1 addition & 1 deletion GameData/BROKE/License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Michael Marvin
Copyright (c) 2016 Michael Marvin, Jeremy Koritzinsky, johnqevil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 8844c6d

Please sign in to comment.