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