public static bool deleteOET(WorldScript world, Segment segment, long x, long y, long z, ushort leType)
 {
     if (!MobSpawnManager.mbSurfaceAttacksActive && config.getBoolean(FTConfig.ConfigEntries.OET))
     {
         return(true);
     }
     return(world.BuildFromEntity(segment, x, y, z, leType));
 }