mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 04:31:58 +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.d.a(entityplayer);
|
||||
|
||||
// CraftBukkit
|
||||
server.getPluginManager().callEvent(new PlayerEvent(PlayerEvent.Type.PLAYER_JOIN, server.getPlayer(entityplayer)));
|
||||
}
|
||||
|
||||
public void b(EntityPlayer entityplayer) {
|
||||
|
|
Loading…
Reference in a new issue