Update res pack

This commit is contained in:
Ben 2016-03-16 23:56:39 +00:00
parent 1c1ed1613a
commit b164ff0729

View File

@ -131,7 +131,7 @@ public class Clans extends JavaPlugin
new FriendManager(this, _clientManager, preferenceManager, portal);
new InventoryManager(this, _clientManager);
ResourcePackManager resourcePackManager = new ResourcePackManager(this, portal);
resourcePackManager.setResourcePack("http://garblox.com/+ResClans.zip", "http://phinary.ca/ResClans19.zip", true);
resourcePackManager.setResourcePack("http://garblox.com/b:ResClans.zip", "http://garblox.com/b:ResClans19.zip", true);
// Enable custom-gear related managers
new CustomTagFix(this, packetHandler);