Fixed missing PLAYER_JOIN event call

This commit is contained in:
stevenh 2011-01-30 19:42:39 +00:00
parent 6c60b54fdf
commit 0bc5bd54bd

View file

@ -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) {