Tofpu / SpeedBridge2

NullPointerException should not be caught JAVA-E1070
Bug risk
Critical
1 occurrence in this check
47            world = Bukkit.getWorlds()
48                    .get(0);
49            return world.getSpawnLocation();
50        } catch (final NullPointerException ignored) {51            // do nothing
52        }
53        return null;