mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Nukkit generator fixes
This commit is contained in:
@ -213,8 +213,6 @@ public class LikePlotMeConverter {
|
||||
} catch (IOException ignored) {
|
||||
ignored.printStackTrace();
|
||||
}
|
||||
} else {
|
||||
System.out.println("FILE NOT EXIST " + plotmeDgFile.getAbsolutePath());
|
||||
}
|
||||
for (Entry<String, HashMap<PlotId, Plot>> entry : plots.entrySet()) {
|
||||
String world = entry.getKey();
|
||||
|
Reference in New Issue
Block a user