removed unused party

This commit is contained in:
Gibstick 2013-07-28 09:03:10 -04:00
parent 341c11c44b
commit 0e6a56ff95

View File

@ -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);
}
}