Skip to content

Commit

Permalink
fix worldless locationtags, fixes #2118
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 12, 2020
1 parent 666f6c5 commit 9f6c8ae
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -101,6 +101,9 @@ public World getWorld() {
if (w != null) {
return w;
}
if (backupWorld == null) {
return null;
}
super.setWorld(Bukkit.getWorld(backupWorld));
return super.getWorld();
}
Expand Down

0 comments on commit 9f6c8ae

Please sign in to comment.