Skip to content

Commit

Permalink
Merge branch 'feat/lr' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Feb 19, 2024
2 parents 3cf08ac + 19732fa commit 97058b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.LastRequest/LastRequestFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LastRequestFactory : ILastRequestFactory
{
private BasePlugin plugin;

Check warning on line 10 in mod/Jailbreak.LastRequest/LastRequestFactory.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable field 'plugin' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

public LastRequestFactory(BasePlugin plugin)
public void Start(BasePlugin parent)
{
this.plugin = plugin;

Check warning on line 14 in mod/Jailbreak.LastRequest/LastRequestFactory.cs

View workflow job for this annotation

GitHub Actions / build

Assignment made to same variable; did you mean to assign something else?
}
Expand Down

0 comments on commit 97058b6

Please sign in to comment.