mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Fixed missing PLAYER_JOIN event call
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user