mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-10 00:41:39 +01:00
Fix bad async call
This commit is contained in:
parent
1e9d7f879a
commit
cbca79f1a4
@ -22,7 +22,7 @@ public class PasswordEncryptionEvent extends Event {
|
||||
private String playerName = "";
|
||||
|
||||
public PasswordEncryptionEvent(EncryptionMethod method, String playerName) {
|
||||
super(true);
|
||||
super(false);
|
||||
this.method = method;
|
||||
this.playerName = playerName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user