Skip to content

Commit

Permalink
Update Msa.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Sep 18, 2024
1 parent 030e374 commit 0a13549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pojlib/account/Msa.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Msa {
public long expiresAt;
private Activity activity;

public MinecraftAccount(Activity currentActivity) {
public Msa(Activity currentActivity) {
this.activity = activity;
}

Expand Down

0 comments on commit 0a13549

Please sign in to comment.