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.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…
x
Reference in New Issue
Block a user