Skip to content

Commit

Permalink
BuildRequestedChange
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Sep 2, 2022
1 parent 13aa26c commit e5605c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ public class FacilityManagement : Exiled.API.Features.Plugin<Config>

public override void OnEnabled()
{
if (!Config.IsEnabled) return;
Singleton = this;
base.OnEnabled();

RegistEvents();

RegistPatch();

Exiled.API.Features.Log.Info($"[OnEnabled] FacilityManagement({Version}) Enabled Complete.");
}
public override void OnReloaded()
{
Expand All @@ -57,8 +54,6 @@ public override void OnDisabled()
UnRegistEvents();

UnRegistPatch();

Exiled.API.Features.Log.Info($"[OnDisable] SanyaRemastered({Version}) Disabled Complete.");
}
private void RegistEvents()
{
Expand Down

0 comments on commit e5605c3

Please sign in to comment.