版本更新至 3.51

This commit is contained in:
坏黑 2018-02-12 14:59:09 +08:00
parent cc005483c5
commit 6742a915c0

View File

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