Skip to content

Commit

Permalink
Large Change Alert: Constructor no longer tries to load econ plugin. …
Browse files Browse the repository at this point in the history
…You MUST call this yourself!
  • Loading branch information
fernferret committed Jul 7, 2011
1 parent 8380320 commit a1624c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/fernferret/allpay/AllPay.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ public class AllPay {
public AllPay(Plugin plugin, String prefix) {
this.plugin = plugin;
AllPay.prefix = prefix;
loadEconPlugin();
}

/**
* Load an econ plugin. Plugins are loaded in this order: iConomy, BOSEconomy, RealShop, Essentials and simple items
*
* @return The GenericBank object to process payments.
*/
private GenericBank loadEconPlugin() {
public GenericBank loadEconPlugin() {
loadiConomy(); // Supports both 4.x and 5.x
loadBOSEconomy();
loadRealShopEconomy();
Expand Down

0 comments on commit a1624c1

Please sign in to comment.