Skip to content

Commit

Permalink
Fix changeInScore call through setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Corpelijn committed Feb 23, 2024
1 parent fcacecb commit b439c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class PreUserScoreChangedEventArguments extends PluginEventArguments {
super(nameOfOriginPlugin, reason);
this.chat = chat;
this.user = user;
this.myChangeInScore = changeInScore;
this.changeInScore = changeInScore;
this.isImmutable = immutable;
}
}

0 comments on commit b439c37

Please sign in to comment.