mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16: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?
|
||||
if (getServer().getPluginManager().getPlugin("PlotMe") != null) {
|
||||
try {
|
||||
// new PlotMeConverter(this).runAsync();
|
||||
new PlotMeConverter(this).runAsync();
|
||||
} catch (final Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user