Skip to content

Commit

Permalink
Initialize provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Feb 22, 2024
1 parent 117d72a commit 354b005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Jailbreak.LastRequest/LastRequestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public LastRequestManager(LastRequestConfig config, ILastRequestMessages message
{
this.config = config;
this.messages = messages;
this.provider = provider;
}

public void Start(BasePlugin parent)
Expand Down

0 comments on commit 354b005

Please sign in to comment.