*actually run the conveter

This commit is contained in:
boy0001 2015-01-10 01:07:14 +11:00
parent 1d0d85a161
commit 1fd8b18d6f

View File

@ -1355,7 +1355,7 @@ import java.util.concurrent.TimeUnit;
// nor listeners, just run the converter?
if (getServer().getPluginManager().getPlugin("PlotMe") != null) {
try {
// new PlotMeConverter(this).runAsync();
new PlotMeConverter(this).runAsync();
} catch (final Exception e) {
e.printStackTrace();
}