mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
*actually run the conveter
This commit is contained in:
parent
1d0d85a161
commit
1fd8b18d6f
@ -1355,7 +1355,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
// nor listeners, just run the converter?
|
// nor listeners, just run the converter?
|
||||||
if (getServer().getPluginManager().getPlugin("PlotMe") != null) {
|
if (getServer().getPluginManager().getPlugin("PlotMe") != null) {
|
||||||
try {
|
try {
|
||||||
// new PlotMeConverter(this).runAsync();
|
new PlotMeConverter(this).runAsync();
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user