Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pespiri committed Feb 29, 2020
1 parent a81d2a2 commit 80cad31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CustomWalls/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public void Init(IPALogger logger, Config config, PluginMetadata metadata)
public void OnEnable() => Load();
[OnDisable]
public void OnDisable() => Unload();
[OnExit]
public void OnApplicationQuit() => Unload();

private void OnGameSceneLoaded()
{
Expand Down

0 comments on commit 80cad31

Please sign in to comment.