mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-22 18:26:08 +01:00
Fix list of region names for error indicating missing worlds
This commit is contained in:
parent
e3043c476b
commit
cd63517041
@ -1030,7 +1030,7 @@ public class FileManager extends Manager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
List<String> noWorldNames = new ArrayList<>();
|
List<String> noWorldNames = new ArrayList<>();
|
||||||
for(GeneralRegion region : noRegion) {
|
for(GeneralRegion region : toDisplay) {
|
||||||
noWorldNames.add(region.getName());
|
noWorldNames.add(region.getName());
|
||||||
}
|
}
|
||||||
AreaShop.warn("World " + missingWorld + " is not loaded, the following AreaShop regions are not functional now: " + Utils.createCommaSeparatedList(noWorldNames));
|
AreaShop.warn("World " + missingWorld + " is not loaded, the following AreaShop regions are not functional now: " + Utils.createCommaSeparatedList(noWorldNames));
|
||||||
|
Loading…
Reference in New Issue
Block a user