Fix Regions
Dieser Commit ist enthalten in:
Ursprung
7f67333ea4
Commit
6fe246b230
@ -55,7 +55,7 @@ public class Region {
|
||||
ConfigurationSection regions = config.getConfigurationSection("regions");
|
||||
assert regions != null;
|
||||
for(String region : regions.getKeys(false)){
|
||||
new Region(Objects.requireNonNull(prototypes.getConfigurationSection(region)));
|
||||
new Region(Objects.requireNonNull(regions.getConfigurationSection(region)));
|
||||
}
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren