Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
nether portal missing world errors obey config
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentConDier authored Aug 21, 2018
1 parent 116ecbe commit 2b03653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/hampoelz/NetherPortals/Events/Events.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void onPortal(PlayerPortalEvent event)
}
else
{
p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&cThe specified world does not exist!"));
p.sendMessage(ChatColor.translateAlternateColorCodes('&', Config.getWorldError()));
}
}
}
Expand Down

0 comments on commit 2b03653

Please sign in to comment.