code refactoring
This commit is contained in:
parent
bcb1fa2e56
commit
2d3ddef181
9 changed files with 62 additions and 62 deletions
|
@ -41,7 +41,7 @@ public class ClientBuildDeserializer implements JsonDeserializer<ClientBuild> {
|
|||
World world = Bukkit.getWorld(spl[0]);
|
||||
if (world == null) {
|
||||
error("World " + spl[0] + " does not exist");
|
||||
continue;
|
||||
return build;
|
||||
}
|
||||
Location loc;
|
||||
BlockData bData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue