mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-02 05:31:28 +01:00
Fixed missing PLAYER_JOIN event call
This commit is contained in:
parent
6c60b54fdf
commit
0bc5bd54bd
@ -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 New Issue
Block a user