mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-02 13:44:43 +02:00
Max plot members, keep if modified, added block data to SetBlockQueue, rgar debug commands
This commit is contained in:
@ -415,10 +415,13 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
|
||||
|
||||
@Override
|
||||
public EconHandler getEconomyHandler() {
|
||||
BukkitEconHandler econ = new BukkitEconHandler();
|
||||
if (econ.init()) {
|
||||
return econ;
|
||||
try {
|
||||
BukkitEconHandler econ = new BukkitEconHandler();
|
||||
if (econ.init()) {
|
||||
return econ;
|
||||
}
|
||||
}
|
||||
catch (Throwable e) {};
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user