push build

This commit is contained in:
ASangarin 2020-12-04 21:12:14 +01:00
parent 5379bfbf0b
commit 7b53c18dd4

View File

@ -24,7 +24,6 @@ public class GoToObjective extends Objective {
config.validate("range", "world", "x", "y", "z");
range = config.getDouble("range");
World world = Bukkit.getWorld(config.getString("world"));
Validate.notNull(world, "Could not find world " + config.getString("world"));
loc = new Location(world, config.getInt("x"), config.getInt("y"), config.getInt("z"));