Skip to content

Commit 619860a

Browse files
committed
Update
1 parent 68a1d35 commit 619860a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/LogCommands.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,8 @@ public string LogFolder
5757
}
5858
}
5959

60-
public override void OnLoad()
61-
{
62-
Instance = this;
63-
}
64-
65-
public override void OnUnload()
66-
{
67-
}
60+
public override void OnLoad() => Instance = this;
61+
public override void OnUnload() {}
6862

6963
[SubscribeEvent(EventType.ESSENTIALS_COMMAND_POS_EXECUTED)]
7064
private void OnCommandExecuted( CommandPosExecuteEvent e )

0 commit comments

Comments
 (0)