mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-03 22:24:43 +02:00
Record-inize methods (#3976)
This commit is contained in:

committed by
GitHub

parent
276e619caa
commit
a5c53a96d1
Bukkit/src/main/java/com/plotsquared/bukkit
placeholder
queue
util
uuid
Core/src/main/java/com/plotsquared/core
backup
command
components
database
listener
location
plot
services
setup
util
uuid
@ -124,7 +124,7 @@ public class BukkitSetupUtils extends SetupUtils {
|
||||
public String setupWorld(PlotAreaBuilder builder) {
|
||||
this.updateGenerators(false);
|
||||
ConfigurationNode[] steps = builder.settingsNodesWrapper() == null ?
|
||||
new ConfigurationNode[0] : builder.settingsNodesWrapper().getSettingsNodes();
|
||||
new ConfigurationNode[0] : builder.settingsNodesWrapper().settingsNodes();
|
||||
String world = builder.worldName();
|
||||
PlotAreaType type = builder.plotAreaType();
|
||||
String worldPath = "worlds." + builder.worldName();
|
||||
|
Reference in New Issue
Block a user