Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Oct 20, 2022
2 parents 3e18889 + f3cca43 commit 83e5c4f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -23,7 +23,6 @@ public interface WorldInfo {
*/
static WorldInfo of(World world) {
Preconditions.checkNotNull(world, "world parameter cannot be null");
Preconditions.checkArgument(SuperiorSkyblockAPI.getGrid().isIslandsWorld(world), "World must be an islands world.");
return of(world.getName(), world.getEnvironment());
}

Expand Down

0 comments on commit 83e5c4f

Please sign in to comment.