Change some custom event to let them be async

This commit is contained in:
Xephi59
2015-08-28 00:16:26 +02:00
parent eec7a7f575
commit e33ebb7379
12 changed files with 103 additions and 74 deletions
@@ -22,6 +22,7 @@ public class PasswordEncryptionEvent extends Event {
private String playerName = "";
public PasswordEncryptionEvent(EncryptionMethod method, String playerName) {
super(true);
this.method = method;
this.playerName = playerName;
}