mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -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.d.a(entityplayer);
|
||||
|
||||
// CraftBukkit
|
||||
server.getPluginManager().callEvent(new PlayerEvent(PlayerEvent.Type.PLAYER_JOIN, server.getPlayer(entityplayer)));
|
||||
}
|
||||
|
||||
public void b(EntityPlayer entityplayer) {
|
||||
|
Reference in New Issue
Block a user