if (toDownload-downloaded == 0) {
setPreloadGuiText(ChatColor.WHITE + "Activating downloaded resources...");
}
// Send SpoutPlugin a request for the pre-cache zip
SpoutClient.getInstance().getPacketManager().sendSpoutPacket(new PacketRequestPrecache(next.getPlugin()));
}