mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 06:57:30 +01:00
Fixed missing PLAYER_JOIN event call
This commit is contained in:
parent
6c60b54fdf
commit
0bc5bd54bd
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ public class ServerConfigurationManager {
|
||||||
|
|
||||||
this.c.e.a(entityplayer);
|
this.c.e.a(entityplayer);
|
||||||
this.d.a(entityplayer);
|
this.d.a(entityplayer);
|
||||||
|
|
||||||
|
// CraftBukkit
|
||||||
|
server.getPluginManager().callEvent(new PlayerEvent(PlayerEvent.Type.PLAYER_JOIN, server.getPlayer(entityplayer)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void b(EntityPlayer entityplayer) {
|
public void b(EntityPlayer entityplayer) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue