Skip to content

Commit

Permalink
Update parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Oct 19, 2024
1 parent cb66cde commit 5faa74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fika.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Fika {
await this.overrider.override(container);
}

public async postSptLoad(container: DependencyContainer): Promise<void> {
public async postSptLoad(_container: DependencyContainer): Promise<void> {
if (this.natPunchServerConfig.enable) {
this.fikaServerTools.startService("NatPunchServer");
}
Expand Down

0 comments on commit 5faa74c

Please sign in to comment.