Skip to content

Commit

Permalink
Override WorldData.u() method so Spigot 1.14 doesn't look for a rando…
Browse files Browse the repository at this point in the history
…m spawnpoint.
  • Loading branch information
cijaaimee committed Oct 7, 2019
1 parent 07647ec commit 32a128d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ public String getName() {
return world.getName();
}

@Override
public boolean u() {
return true;
}
}

0 comments on commit 32a128d

Please sign in to comment.