Increase goal 10 million, probably need to change later

This commit is contained in:
Shaun Bennett 2016-06-09 23:28:28 -05:00 committed by cnr
parent 1d365d726c
commit e30cd6747b

View File

@ -48,7 +48,7 @@ public class FountainManager extends MiniPlugin
World world = Bukkit.getWorlds().get(0);//-43.5, 66, -38.5
_gemFountain = new Fountain(new Location(world, -32.5, 72, -23.5), new Location(world, -43.5, 67, -38.5),
C.cGreen + "Gem Fountain", "GemFountain_01", 1000000, this, clientManager, donationManager, _hologramManager, _statsManager);
C.cGreen + "Gem Fountain", "GemFountain_01", 10000000, this, clientManager, donationManager, _hologramManager, _statsManager);
}
@Override