diff --git a/src/BPEssentials/Commands/Warps/WarpCreate.cs b/src/BPEssentials/Commands/Warps/WarpCreate.cs index ed63628..2bc4680 100644 --- a/src/BPEssentials/Commands/Warps/WarpCreate.cs +++ b/src/BPEssentials/Commands/Warps/WarpCreate.cs @@ -21,7 +21,7 @@ public void Invoke(ShPlayer player, string warp, int price = 0, int delay = 0) player.TS("price_error_negative"); return; } - if (player.GetPlace.GetEntranceDoor is ShApartment) + if (player.GetPlace.IsClone) { player.TS("warpCreate_error_inApartment"); return;