版本更新至 3.51

master
坏黑 2018-02-12 14:59:09 +08:00
parent cc005483c5
commit 6742a915c0
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ public class PlayerLoadedEvent extends Event {
private Player player;
public PlayerLoadedEvent(Player player) {
super(true);
this.player = player;
}