AtlasMediaGroup / IcarusMod

The Superior Freedom Network custom plugin.
Other
8 stars 13 forks source link

PlayerKickEvent #172

Closed Hockeyfan360 closed 8 years ago

Hockeyfan360 commented 8 years ago

In order to prevent handleDisconnection() twice, we need to handle all stuff that disconnects the player on join through PlayerKickEvent. This can be done with the disallow() method. For example, ban handling in JoinModule.java should be moved to a separate event.

Wild1145 commented 8 years ago

@Hockeyfan360 did you mean to close this?