Skip to content

Commit

Permalink
版本更新至 3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Feb 12, 2018
1 parent 620fb0b commit 902926c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class PlayerLoadedEvent extends Event {
private Player player;

public PlayerLoadedEvent(Player player) {
super(true);
this.player = player;
}

Expand Down

0 comments on commit 902926c

Please sign in to comment.