diff --git a/Intersect (Core)/Config/MapOptions.cs b/Intersect (Core)/Config/MapOptions.cs
index a350d0c961..182618ceab 100644
--- a/Intersect (Core)/Config/MapOptions.cs
+++ b/Intersect (Core)/Config/MapOptions.cs
@@ -20,6 +20,11 @@ public partial class MapOptions
///
public bool DisablePlayerDropsInArenaMaps { get; set; } = false;
+ ///
+ /// option to drop items on safe type maps
+ ///
+ public bool DisablePlayerDropsInSafeMaps { get; set; } = false;
+
///
/// Controls whether two block attributes placed diagonally block or not.
///