Add option for Chimaera Wings to ignore bed spawns

Adds #2365
This commit is contained in:
TfT_02
2014-12-18 23:04:38 +01:00
parent b44b1cc859
commit 262e711bcc
4 changed files with 5 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public final class ChimaeraWing {
public static void chimaeraExecuteTeleport() {
Player player = mcMMOPlayer.getPlayer();
if (player.getBedSpawnLocation() != null) {
if (Config.getInstance().getChimaeraUseBedSpawn() && player.getBedSpawnLocation() != null) {
player.teleport(player.getBedSpawnLocation());
}
else {