removed unused party
This commit is contained in:
parent
341c11c44b
commit
0e6a56ff95
@ -84,7 +84,6 @@ public class BaaBaaBlockSheepEvents implements Listener {
|
||||
@EventHandler
|
||||
public void onPlayerJoinEvent(PlayerJoinEvent e) {
|
||||
Player player = e.getPlayer();
|
||||
DiscoParty party = new DiscoParty(parent, player);
|
||||
parent.partyOnJoin(player);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user